We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a362d commit 7ac71ddCopy full SHA for 7ac71dd
doc/en/conf.py
@@ -251,7 +251,8 @@
251
issues_github_path = "pytest-dev/pytest"
252
253
# -- Custom Read the Docs build configuration -----------------------------------------
254
-# (undocumented, relies on implementation details of Read the Docs' build)
+# https://docs.readthedocs.io/en/stable/reference/environment-variables.html#environment-variable-reference
255
+# https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#including-content-based-on-tags
256
257
IS_RELEASE_ON_RTD = (
258
os.getenv("READTHEDOCS", "False") == "True"
0 commit comments