Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docutils==0.20.1
Sphinx==7.2.6
sphinx-rtd-theme==2.0.0
docutils==0.21.2
Sphinx==8.2.3
sphinx-rtd-theme==3.0.2
readthedocs-sphinx-ext==2.2.5
Jinja2==3.1.5
Jinja2==3.1.6
Comment on lines +1 to +5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

had to go for

Suggested change
docutils==0.21.2
Sphinx==8.2.3
sphinx-rtd-theme==3.0.2
readthedocs-sphinx-ext==2.2.5
Jinja2==3.1.5
Jinja2==3.1.6
docutils==0.20.1
Sphinx==7.1.2
sphinx-rtd-theme==3.0.2
readthedocs-sphinx-ext==2.2.5
Jinja2==3.1.6

on mac :( , but hey, at least I found a working combination again.

8 changes: 0 additions & 8 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.autosectionlabel',
]
Expand Down Expand Up @@ -186,11 +183,6 @@

# -- Extension configuration -------------------------------------------------

# -- Options for intersphinx extension ---------------------------------------

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}

# -- Options for todo extension ----------------------------------------------

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