File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 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
44readthedocs-sphinx-ext == 2.2.5
5- Jinja2 == 3.1.5
5+ Jinja2 == 3.1.6
Original file line number Diff line number Diff line change 4141# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4242# ones.
4343extensions = [
44- 'sphinx.ext.autodoc' ,
45- 'sphinx.ext.doctest' ,
46- 'sphinx.ext.intersphinx' ,
4744 'sphinx.ext.todo' ,
4845 'sphinx.ext.autosectionlabel' ,
4946]
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.
You can’t perform that action at this time.
0 commit comments