We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f928fe6 commit c4b302bCopy full SHA for c4b302b
src/doc/conf.py
@@ -43,6 +43,7 @@ def setup(app):
43
from subprocess import call
44
call(['pip', 'install', 'sphinx-notfound-page'])
45
extensions.append('notfound.extension')
46
+ call(['pip', 'install', 'sphinx_rtd_theme'])
47
48
# The suffix(es) of source filenames.
49
# You can specify multiple suffix as a list of string:
0 commit comments