Skip to content

Commit

Permalink
Test alternative tot 404 notfound page (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTorsvik committed Apr 24, 2024
1 parent b741adf commit 7f22bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conf.py
Expand Up @@ -42,6 +42,7 @@
'sphinx.ext.mathjax',
'sphinxcontrib.bibtex',
'sphinx.ext.githubpages',
'notfound.extension',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
@@ -1,3 +1,4 @@
sphinx>=5.3.0
sphinx-rtd-theme>=0.5.2
sphinxcontrib-bibtex
sphinx-notfound-page>=1.0.0

0 comments on commit 7f22bcc

Please sign in to comment.