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

Change Sphinx theme used for Zope documentation #1221

Merged
merged 8 commits into from
Aug 8, 2024
2 changes: 2 additions & 0 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ zope.testrunner = 6.5
[versions:python38]
# alabaster >= 0.7.14 requires Python 3.9
alabaster = 0.7.13
# Sphinx <8 requires docutils <0.21
dataflake marked this conversation as resolved.
Show resolved Hide resolved
docutils = 0.20.1
dataflake marked this conversation as resolved.
Show resolved Hide resolved
# Required dependency on Python 3.8 only
importlib-resources = 6.4.0
# Sphinx >= 7.2 requires Python 3.9+
stevepiercy marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
Loading