summaryrefslogtreecommitdiff
path: root/doc/developer/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer/conf.py')
-rw-r--r--doc/developer/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/developer/conf.py b/doc/developer/conf.py
index 634f4aa804..a5b5148140 100644
--- a/doc/developer/conf.py
+++ b/doc/developer/conf.py
@@ -71,6 +71,7 @@ release = "?.?-?"
html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "")
# Tell Jinja2 templates the build is running on Read the Docs
+html_context = {}
if os.environ.get("READTHEDOCS", "") == "True":
html_context["READTHEDOCS"] = True