Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb061a01

Browse files
committed
Pin Sphinx plugins to compatible versions
This fixes version incompatibilities with major version 4 ofSphinx, which GitPython is still using for the time being. Someplugins that previously had depended back on Sphinx have had thosedependencies removed to avoid dependency cycles, but the effect isthat `pip` no longer is aware of or able to enforce versioncompatibility, and newer plugin versions than can actually run withSphinx 4 are installed instead of older, usable versions.This fixes the problem by pinning each of the affected Sphinxplugins' latest actually compatible versions, i.e., latest versionsthat do not need Sphinx 5 or higher.The alternative of moving to Sphinx 5 or higher should probably bedone eventually, but will require addressing a cross-referenceambiguity in type annotations for the `Actor` class.For details on the bug, see:-#1799 (comment)-#1802
1 parent53ddf38 commitb061a01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎doc/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
sphinx==4.3.0
22
sphinx_rtd_theme
3+
sphinxcontrib-applehelp==1.0.4
4+
sphinxcontrib-devhelp==1.0.2
5+
sphinxcontrib-htmlhelp==2.0.1
6+
sphinxcontrib-qthelp==1.0.3
7+
sphinxcontrib-serializinghtml==1.1.5
38
sphinx-autodoc-typehints

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp