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 a35a305 commit 0229d2aCopy full SHA for 0229d2a
Doc/conf.py
@@ -24,7 +24,13 @@
24
'sphinx.ext.doctest',
25
]
26
27
-# Skip if downstream redistributors haven't installed it
+# Skip if downstream redistributors haven't installed them
28
+try:
29
+ import notfound.extension
30
+except ImportError:
31
+ pass
32
+else:
33
+ extensions.append('notfound.extension')
34
try:
35
import sphinxext.opengraph
36
except ImportError:
Doc/requirements.txt
@@ -13,6 +13,7 @@ blurb
13
14
sphinx-autobuild
15
sphinxext-opengraph==0.7.5
16
+sphinx-notfound-page==1.0.0
17
18
# The theme used by the documentation is stored separately, so we need
19
# to install that as well.
0 commit comments