summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/test_doc.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/Testsrc/test_doc.py')
-rw-r--r--testsuite/Testsrc/test_doc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/Testsrc/test_doc.py b/testsuite/Testsrc/test_doc.py
index 93c8d1bb4..d105254c5 100644
--- a/testsuite/Testsrc/test_doc.py
+++ b/testsuite/Testsrc/test_doc.py
@@ -20,7 +20,7 @@ except ImportError:
HAS_SPHINX = False
-TEST_SPHINX = bool(os.environ.get('TEST_SPHINX', 'yes') != 'no')
+TEST_SPHINX = bool(os.environ.get('TEST_SPHINX', 'no') != 'no')
class DocTest(Bcfg2TestCase):