We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building docs of babel 2.16 with sphinx 8.1.3, it failed with following messages:
2024-10-31 17:21:22 + pushd docs 2024-10-31 17:21:22 + make SPHINXBUILD=sphinx-build-3 BUILDDIR=/home/lkp/rpmbuild/BUILD/babel-2.16.0/built-docs html 2024-10-31 17:21:22 ~/rpmbuild/BUILD/babel-2.16.0/docs ~/rpmbuild/BUILD/babel-2.16.0 2024-10-31 17:21:22 sphinx-build-3 -b html -d /home/lkp/rpmbuild/BUILD/babel-2.16.0/built-docs/doctrees . /home/lkp/rpmbuild/BUILD/babel-2.16.0/built-docs/html 2024-10-31 17:21:22 Running Sphinx v8.1.3 2024-10-31 17:21:22 loading translations [en]... done 2024-10-31 17:21:23 making output directory... done 2024-10-31 17:21:23 Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. 2024-10-31 17:21:23 ERROR: Invalid value `None` in intersphinx_mapping['https://docs.python.org/3/']. Expected a two-element tuple or list. 2024-10-31 17:21:23 2024-10-31 17:21:23 Configuration error: 2024-10-31 17:21:23 Invalid `intersphinx_mapping` configuration (1 error). 2024-10-31 17:21:23 make: *** [Makefile:45: html] Error 2
The text was updated successfully, but these errors were encountered:
Adjust docs/conf.py to add compatibility with sphinx 8
a66ebfa
Fixes: python-babel#1143
Successfully merging a pull request may close this issue.
Overview Description
When building docs of babel 2.16 with sphinx 8.1.3, it failed with following messages:
The text was updated successfully, but these errors were encountered: