We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c3cf3 commit e06b1cfCopy full SHA for e06b1cf
docs/html/conf.py
@@ -19,7 +19,7 @@
19
20
# 'tags' is a special object handled by sphinx
21
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-tags
22
-if "html" in tags: # type: ignore[name-defined] # noqa: F821
+if "html" in tags or "READTHEDOCS" in os.environ: # type: ignore[name-defined] # noqa: F821
23
# html specific deps
24
extensions.extend(
25
(
0 commit comments