Skip to content

Commit 27893ad

Browse files
committed
Update python dependencies
1 parent b08516d commit 27893ad

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
docutils==0.20.1
2-
Sphinx==7.2.6
3-
sphinx-rtd-theme==2.0.0
1+
docutils==0.21.2
2+
Sphinx==8.2.3
3+
sphinx-rtd-theme==3.0.2
44
readthedocs-sphinx-ext==2.2.5
5-
Jinja2==3.1.5
5+
Jinja2==3.1.6

source/conf.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4242
# ones.
4343
extensions = [
44-
'sphinx.ext.autodoc',
45-
'sphinx.ext.doctest',
46-
'sphinx.ext.intersphinx',
4744
'sphinx.ext.todo',
4845
'sphinx.ext.autosectionlabel',
4946
]
@@ -186,11 +183,6 @@
186183

187184
# -- Extension configuration -------------------------------------------------
188185

189-
# -- Options for intersphinx extension ---------------------------------------
190-
191-
# Example configuration for intersphinx: refer to the Python standard library.
192-
intersphinx_mapping = {'https://docs.python.org/': None}
193-
194186
# -- Options for todo extension ----------------------------------------------
195187

196188
# If true, `todo` and `todoList` produce output, else they produce nothing.

0 commit comments

Comments
 (0)