We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc5bce commit ee2056dCopy full SHA for ee2056d
docs/conf.py
@@ -26,6 +26,8 @@
26
import sphinx.environment
27
from docutils.utils import get_source_line
28
29
+# Enviroment variable used to code to detect if modules are imported by sphinx
30
+os.environ['DOCS_BUILDING'] = "True"
31
32
# Define a settings module
33
os.environ['DEMOSYS_SETTINGS_MODULE'] = 'demosys.conf.default'
0 commit comments