Handle 404s

main
Jeff Moe 2023-12-03 15:01:58 -07:00
parent 6b4fb993e6
commit 36829a8f03
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ copyright = '2023, Jeff Moe'
author = 'Jeff Moe'
version = "0"
release = '0.0.16'
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.intersphinx']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'notfound.extension', 'sphinx.ext.intersphinx']
templates_path = ['_templates']
exclude_patterns = []
source_suffix = '.rst'

View File

@ -7,3 +7,4 @@ sphinx-autobuild
sphinx-autodoc-typehints
sphinx-intl
sphinx-rtd-theme
sphinx-notfound-page