Skip to content

Commit 3991a8c

Browse files
committed
docs: remove requirements
1 parent da9ce1a commit 3991a8c

File tree

3 files changed

+3
-75
lines changed

3 files changed

+3
-75
lines changed

docs/conf.py

+3-15
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,7 @@
2828

2929
# Add any Sphinx extension module names here, as strings. They can be extensions
3030
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
31-
extensions = [
32-
"sphinx.ext.duration",
33-
"sphinx.ext.doctest",
34-
"sphinx.ext.autodoc",
35-
"sphinx.ext.ifconfig",
36-
"sphinx.ext.autosummary",
37-
"sphinx.ext.todo",
38-
"sphinx.ext.intersphinx",
39-
]
31+
extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.ifconfig', 'sphinx.ext.todo']
4032

4133
# Add any paths that contain templates here, relative to this directory.
4234
templates_path = ['_templates']
@@ -102,7 +94,7 @@
10294

10395
# The theme to use for HTML and HTML Help pages. See the documentation for
10496
# a list of builtin themes.
105-
html_theme = 'sphinx_rtd_theme'
97+
html_theme = 'default'
10698

10799
# Theme options are theme-specific and customize the look and feel of a theme
108100
# further. For a list of options available for each theme, see the
@@ -254,11 +246,7 @@
254246

255247

256248
# Example configuration for intersphinx: refer to the Python standard library.
257-
intersphinx_mapping = {
258-
"rtd": ("https://docs.readthedocs.io/en/stable/", None),
259-
"python": ("https://docs.python.org/3/", None),
260-
"sphinx": ("https://www.sphinx-doc.org/en/master/", None),
261-
}
249+
intersphinx_mapping = {'http://docs.python.org/': None}
262250

263251
todo_include_todos = True
264252

docs/requirements.in

-2
This file was deleted.

docs/requirements.txt

-58
This file was deleted.

0 commit comments

Comments
 (0)