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

babel does not support sphinx 8 #1143

Open
fundawang opened this issue Oct 31, 2024 · 0 comments · May be fixed by #1155
Open

babel does not support sphinx 8 #1143

fundawang opened this issue Oct 31, 2024 · 0 comments · May be fixed by #1155
Labels

Comments

@fundawang
Copy link

Overview Description

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
@akx akx added the bug label Nov 17, 2024
hrnciar added a commit to hrnciar/babel that referenced this issue Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants