Skip to content

Commit

Permalink
docs: Remove _static
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMichelsen committed Apr 5, 2022
1 parent 6281446 commit 1d08ccd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
mkdir gh-pages
touch gh-pages/.nojekyll
cd docs/
mkdir _static
poetry run make clean && poetry run make html
cp -r build/html/* ../gh-pages/
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
# html_static_path = ["../_static"]
# html_css_files = ["custom.css"]


Expand Down

0 comments on commit 1d08ccd

Please sign in to comment.