1
0
forked from VimPlug/jedi

Upgrade all the sphinx dependencies

This commit is contained in:
Dave Halter
2026-04-27 01:40:54 +02:00
parent 5938262227
commit f8c8ef8c66
3 changed files with 30 additions and 28 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ sphinx:
configuration: docs/conf.py configuration: docs/conf.py
build: build:
os: ubuntu-22.04 os: ubuntu-24.04
tools: tools:
python: "3.11" python: "3.14"
apt_packages: apt_packages:
- graphviz - graphviz
+1 -1
View File
@@ -13,7 +13,7 @@ Below you can also find a list of :ref:`recipes for type hinting <recipes>`.
.. _language-servers: .. _language-servers:
Language Servers Language Servers
-------------- ----------------
- `jedi-language-server <https://github.com/pappasam/jedi-language-server>`_ - `jedi-language-server <https://github.com/pappasam/jedi-language-server>`_
- `python-language-server <https://github.com/palantir/python-language-server>`_ (currently unmaintained) - `python-language-server <https://github.com/palantir/python-language-server>`_ (currently unmaintained)
+27 -25
View File
@@ -56,31 +56,33 @@ setup(name='jedi',
], ],
'docs': [ 'docs': [
# Just pin all of these. # Just pin all of these.
'Jinja2==2.11.3', 'alabaster==1.0.0',
'MarkupSafe==1.1.1', 'babel==2.18.0',
'Pygments==2.8.1', 'certifi==2026.4.22',
'alabaster==0.7.12', 'charset-normalizer==3.4.7',
'babel==2.9.1', 'docutils==0.22.4',
'chardet==4.0.0', 'idna==3.13',
'commonmark==0.8.1', 'imagesize==2.0.0',
'docutils==0.17.1', 'iniconfig==2.3.0',
'future==0.18.2', 'Jinja2==3.1.6',
'idna==2.10', 'MarkupSafe==3.0.3',
'imagesize==1.2.0', 'packaging==26.2',
'mock==1.0.1', 'pluggy==1.6.0',
'packaging==20.9', 'Pygments==2.20.0',
'pyparsing==2.4.7', 'pytest==9.0.3',
'pytz==2021.1', 'requests==2.33.1',
'readthedocs-sphinx-ext==2.1.4', 'roman-numerals==4.1.0',
'recommonmark==0.5.0', 'snowballstemmer==3.0.1',
'requests==2.25.1', 'Sphinx==9.1.0',
'six==1.15.0', 'sphinx_rtd_theme==3.1.0',
'snowballstemmer==2.1.0', 'sphinxcontrib-applehelp==2.0.0',
'sphinx==1.8.5', 'sphinxcontrib-devhelp==2.0.0',
'sphinx-rtd-theme==0.4.3', 'sphinxcontrib-htmlhelp==2.1.0',
'sphinxcontrib-serializinghtml==1.1.4', 'sphinxcontrib-jquery==4.1',
'sphinxcontrib-websupport==1.2.4', 'sphinxcontrib-jsmath==1.0.1',
'urllib3==1.26.4', 'sphinxcontrib-qthelp==2.0.0',
'sphinxcontrib-serializinghtml==2.0.0',
'urllib3==2.6.3',
], ],
}, },
package_data={'jedi': ['*.pyi', 'third_party/typeshed/LICENSE', package_data={'jedi': ['*.pyi', 'third_party/typeshed/LICENSE',