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

The version of sphinx we are pinned to is not compatible with Python 3.13 #14995

Open
rgacogne opened this issue Dec 23, 2024 · 3 comments
Open

Comments

@rgacogne
Copy link
Member

  • Program: Authoritative, Recursor, dnsdist
  • Issue type: Bug report

Short description

The version of sphinx we are pinned to is not compatible with Python 3.13 which means it's no longer possible to build our documentation on Arch (for example, more distributions to come).

Fixing that would mean making https://github.com/PowerDNS/sphinx-jsondomain/ https://github.com/PowerDNS/sphinx-lua and https://github.com/PowerDNS/sphinxcontrib-openapi compatible with recent versions of Sphinx, and moving away from these extensions.

@rgacogne
Copy link
Member Author

For the openapi one it seems that https://github.com/sphinx-contrib/openapi is up to date.

@InputOutputZ
Copy link

For the openapi one it seems that https://github.com/sphinx-contrib/openapi is up to date.

Sorry for interrupting but as quick fix until patch, would it be ok if I comment out extensions line in docs/conf.py and replace it with extensions=[] ?

It just bypassed the error and allowed me installing pdns?

@Habbie
Copy link
Member

Habbie commented Jan 13, 2025

Sorry for interrupting but as quick fix until patch, would it be ok if I comment out extensions line in docs/conf.py and replace it with extensions=[] ?

This should not affect operation, but your local manpages or docs might be weird.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants