We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e43af commit 47cfe98Copy full SHA for 47cfe98
docs/conf.py
@@ -46,6 +46,7 @@
46
'autoapi.extension',
47
'hoverxref.extension',
48
'versionwarning.extension',
49
+ 'notfound.extension',
50
]
51
52
# Used when building the documentation from the terminal and using a local Read
docs/requirements.txt
@@ -4,3 +4,4 @@ sphinx-rtd-theme==0.4.3
4
sphinx-tabs==1.1.11
5
sphinx-prompt==1.1.0
6
sphinx-version-warning==1.1.2
7
+sphinx-notfound-page==0.4
0 commit comments