Skip to content

Commit b7d31f0

Browse files
committed
fix doc build
1 parent ea4d834 commit b7d31f0

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,6 @@
9595
"pypi-dependencies.html": "pypi/index.html",
9696
}
9797

98-
# Adapted from the template code:
99-
# https://github.com/readthedocs/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl
100-
if os.environ.get("READTHEDOCS") == "True":
101-
# Must come first because it can interfere with other extensions, according
102-
# to the original conf.py template comments
103-
extensions.insert(0, "readthedocs_ext.readthedocs")
104-
10598
exclude_patterns = ["_includes/*"]
10699
templates_path = ["_templates"]
107100
primary_domain = None # The default is 'py', which we don't make much use of

0 commit comments

Comments
 (0)