You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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?
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.
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.
The text was updated successfully, but these errors were encountered: