Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

94 - pin sphinx components/deps for compatibility with sphinx 3.2.1 #95

Merged
merged 1 commit into from
Jan 16, 2024
Merged
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
11 changes: 11 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ python_requires = >= 3.9

[options.extras_require]
dev =
# later versions of alabaster require sphinx>=3.4
alabaster <=0.7.13
black~=23.7.0
flake8~=6.1.0
flake8-bugbear~=23.7.10
Expand All @@ -61,6 +63,15 @@ dev =
pre-commit~=3.3.3
sphinx~=3.2.1
sphinx-rtd-theme~=0.5.0

# unclear why the following pins are necessary, but without them, versions dependent on sphinx>=5.0 are installed
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5

tox~=4.11.0
types_requests~=2.28
types-retry~=0.9.9.4
Expand Down
Loading