Skip to content

Commit 7b6ad60

Browse files
committed
Upgrade all the sphinx dependencies
1 parent 5938262 commit 7b6ad60

2 files changed

Lines changed: 29 additions & 27 deletions

File tree

docs/docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Below you can also find a list of :ref:`recipes for type hinting <recipes>`.
1313
.. _language-servers:
1414

1515
Language Servers
16-
--------------
16+
----------------
1717

1818
- `jedi-language-server <https://github.com/pappasam/jedi-language-server>`_
1919
- `python-language-server <https://github.com/palantir/python-language-server>`_ (currently unmaintained)

setup.py

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -56,34 +56,36 @@
5656
],
5757
'docs': [
5858
# Just pin all of these.
59-
'Jinja2==2.11.3',
60-
'MarkupSafe==1.1.1',
61-
'Pygments==2.8.1',
62-
'alabaster==0.7.12',
63-
'babel==2.9.1',
64-
'chardet==4.0.0',
65-
'commonmark==0.8.1',
66-
'docutils==0.17.1',
67-
'future==0.18.2',
68-
'idna==2.10',
69-
'imagesize==1.2.0',
70-
'mock==1.0.1',
71-
'packaging==20.9',
72-
'pyparsing==2.4.7',
73-
'pytz==2021.1',
74-
'readthedocs-sphinx-ext==2.1.4',
75-
'recommonmark==0.5.0',
76-
'requests==2.25.1',
77-
'six==1.15.0',
78-
'snowballstemmer==2.1.0',
79-
'sphinx==1.8.5',
80-
'sphinx-rtd-theme==0.4.3',
81-
'sphinxcontrib-serializinghtml==1.1.4',
82-
'sphinxcontrib-websupport==1.2.4',
83-
'urllib3==1.26.4',
59+
'alabaster==1.0.0',
60+
'babel==2.18.0',
61+
'certifi==2026.4.22',
62+
'charset-normalizer==3.4.7',
63+
'docutils==0.22.4',
64+
'idna==3.13',
65+
'imagesize==2.0.0',
66+
'iniconfig==2.3.0',
67+
'Jinja2==3.1.6',
68+
'MarkupSafe==3.0.3',
69+
'packaging==26.2',
70+
'pluggy==1.6.0',
71+
'Pygments==2.20.0',
72+
'pytest==9.0.3',
73+
'requests==2.33.1',
74+
'roman-numerals==4.1.0',
75+
'snowballstemmer==3.0.1',
76+
'Sphinx==9.1.0',
77+
'sphinx_rtd_theme==3.1.0',
78+
'sphinxcontrib-applehelp==2.0.0',
79+
'sphinxcontrib-devhelp==2.0.0',
80+
'sphinxcontrib-htmlhelp==2.1.0',
81+
'sphinxcontrib-jquery==4.1',
82+
'sphinxcontrib-jsmath==1.0.1',
83+
'sphinxcontrib-qthelp==2.0.0',
84+
'sphinxcontrib-serializinghtml==2.0.0',
85+
'urllib3==2.6.3',
8486
],
8587
},
86-
package_data={'jedi': ['*.pyi', 'third_party/typeshed/LICENSE',
88+
package_'data={'jedi': ['*.pyi', 'third_party/typeshed/LICENSE',
8789
'third_party/typeshed/README']},
8890
platforms=['any'],
8991
classifiers=[

0 commit comments

Comments
 (0)