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 ea4d834 commit b7d31f0Copy full SHA for b7d31f0
1 file changed
docs/conf.py
@@ -95,13 +95,6 @@
95
"pypi-dependencies.html": "pypi/index.html",
96
}
97
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
-
105
exclude_patterns = ["_includes/*"]
106
templates_path = ["_templates"]
107
primary_domain = None # The default is 'py', which we don't make much use of
0 commit comments