summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2022-08-21 13:46:36 (GMT)
committerMats Wichmann <mats@linux.com>2022-08-21 13:46:53 (GMT)
commitf1f36b69ce5594b0e5a6d56b731a4df4e2ae5321 (patch)
tree8769ee1369c49bd4903c29c4a0b0002e18e2470e
parent6884a878e930c867f3946a38e3da2e930e2f2c8b (diff)
downloadSCons-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.py2
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',
]