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

Sphinx 7.2 dropped support for Python 3.8 #351

Closed
freakboy3742 opened this issue Aug 20, 2023 · 0 comments · Fixed by #352
Closed

Sphinx 7.2 dropped support for Python 3.8 #351

freakboy3742 opened this issue Aug 20, 2023 · 0 comments · Fixed by #352
Labels
bug A crash or error in behavior. good first issue Is this your first time contributing? This could be a good place to start!

Comments

@freakboy3742
Copy link
Member

Describe the bug

Sphinx 7.2 dropped support for Python 3.8. Documentation builds on Python 3.8 will now fail.

This won't affect CI, but it might affect users building locally.

Steps to reproduce

tox -r -e docs in a Python 3.8 environment.

Expected behavior

The tox docs target should build without error on Python 3.8

Screenshots

No response

Environment

  • Python version: 3.8

Logs


Additional context

The fix for this is to add a Python version qualifier to the docs extra dependencies in setup.cfg.

@freakboy3742 freakboy3742 added bug A crash or error in behavior. good first issue Is this your first time contributing? This could be a good place to start! labels Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A crash or error in behavior. good first issue Is this your first time contributing? This could be a good place to start!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant