Skip to content

Commit

Permalink
Use sphinx-notfound to fixup CSS links on 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell committed Apr 6, 2021
1 parent 91f00d9 commit 0f6ec6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = []
extensions = [
'notfound.extension',
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['templates']
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
furo==2021.3.20b30
Sphinx==3.5.3
sphinx-notfound-page==0.6

0 comments on commit 0f6ec6a

Please sign in to comment.