Skip to content

Commit e06b1cf

Browse files
fixup! Use tags in docs building to split up requirements
1 parent c3c3cf3 commit e06b1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# 'tags' is a special object handled by sphinx
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-tags
22-
if "html" in tags: # type: ignore[name-defined] # noqa: F821
22+
if "html" in tags or "READTHEDOCS" in os.environ: # type: ignore[name-defined] # noqa: F821
2323
# html specific deps
2424
extensions.extend(
2525
(

0 commit comments

Comments
 (0)