Skip to content

Commit c4b302b

Browse files
committed
3rd fix docgen
1 parent f928fe6 commit c4b302b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def setup(app):
4343
from subprocess import call
4444
call(['pip', 'install', 'sphinx-notfound-page'])
4545
extensions.append('notfound.extension')
46+
call(['pip', 'install', 'sphinx_rtd_theme'])
4647

4748
# The suffix(es) of source filenames.
4849
# You can specify multiple suffix as a list of string:

0 commit comments

Comments
 (0)