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

v7.3 release breaks jupyterbook builds #12290

Closed
ajfriend opened this issue Apr 16, 2024 · 5 comments
Closed

v7.3 release breaks jupyterbook builds #12290

ajfriend opened this issue Apr 16, 2024 · 5 comments
Labels

Comments

@ajfriend
Copy link

ajfriend commented Apr 16, 2024

Describe the bug

Before v7.3, my jupyterbook project built fine. Afterwards:

Running Sphinx v7.3.0
making output directory... done
WARNING: The config value `myst_enable_extensions' has type `list'; expected `Any'.
WARNING: The config value `myst_url_schemes' has type `list'; expected `Any'.
WARNING: The config value `nb_execution_excludepatterns' has type `list'; expected `Any'.

How to Reproduce

I'm working on it here: uber/h3-py#362
You can see the working, then failing, then working again builds. The fix was introduced here: uber/h3-py@0e61282

Environment Information

The environment where it breaks is

Platform:              darwin; (macOS-14.4.1-arm64-arm-64bit)
Python version:        3.11.8 (main, Apr  5 2024, 19:20:42) [Clang 15.0.0 (clang-1500.3.9.4)])
Python implementation: CPython
Sphinx version:        7.3.0
Docutils version:      0.20.1
Jinja2 version:        3.1.3
Pygments version:      2.17.2

The environment when it works is:

Platform:              darwin; (macOS-14.4.1-arm64-arm-64bit)
Python version:        3.11.8 (main, Apr  5 2024, 19:20:42) [Clang 15.0.0 (clang-1500.3.9.4)])
Python implementation: CPython
Sphinx version:        7.2.6
Docutils version:      0.20.1
Jinja2 version:        3.1.3
Pygments version:      2.17.2

Sphinx extensions

No response

Additional context

No response

@AA-Turner
Copy link
Member

Thanks @ajfriend -- please could you paste your conf.py?

A

@ajfriend
Copy link
Author

I don't have a conf.py since I'm doing everything via https://github.com/executablebooks/jupyter-book

Maybe the closest would be: https://github.com/uber/h3-py/blob/cd59584b8321259f5230e2588c4306744c208ef0/docs/_config.yml

@AA-Turner
Copy link
Member

Are you able to test with 7bf847d? It ought to fix the issue.

A

@AA-Turner
Copy link
Member

Sphinx 7.3.3 has been released with fixes.

A

@ajfriend
Copy link
Author

Confirmed that 7.3.3 works for me. Thanks for the fast fix!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants