diff options
author | Mats Wichmann <mats@linux.com> | 2022-08-21 13:46:36 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2022-08-21 13:46:53 (GMT) |
commit | f1f36b69ce5594b0e5a6d56b731a4df4e2ae5321 (patch) | |
tree | 8769ee1369c49bd4903c29c4a0b0002e18e2470e | |
parent | 6884a878e930c867f3946a38e3da2e930e2f2c8b (diff) | |
download | SCons-f1f36b69ce5594b0e5a6d56b731a4df4e2ae5321.zip SCons-f1f36b69ce5594b0e5a6d56b731a4df4e2ae5321.tar.gz SCons-f1f36b69ce5594b0e5a6d56b731a4df4e2ae5321.tar.bz2 |
Needed to turn off sphinx-rtd-theme another place [skip appveyor]
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r-- | doc/sphinx/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 7f304e0..5ad5448 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -38,7 +38,7 @@ extensions = [ 'sphinx.ext.napoleon', 'sphinx.ext.todo', 'sphinx.ext.viewcode', - 'sphinx_rtd_theme', + #'sphinx_rtd_theme', 'rst2pdf.pdfbuilder', ] |