Skip to content

Commit 273d1ed

Browse files
authored
Merge pull request #145 from Gallaecio/sphinx-extensions
Install the sphinx-notfound-page Sphinx extension
2 parents 1f3a290 + f8572be commit 273d1ed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
# Add any Sphinx extension module names here, as strings. They can be extensions
2727
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
2828
extensions = [
29+
'notfound.extension',
2930
'sphinx.ext.autodoc',
3031
'sphinx.ext.doctest',
3132
'sphinx.ext.intersphinx',

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ commands =
2020
changedir = docs
2121
deps =
2222
sphinx
23+
sphinx-notfound-page
2324
sphinx_rtd_theme
2425

2526
[testenv:docs]

0 commit comments

Comments
 (0)