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

Trying to work around upcoming changes in Sphinx 7.2.0 #756

Merged
merged 1 commit into from
Aug 26, 2023

Conversation

mgeier
Copy link
Member

@mgeier mgeier commented Aug 13, 2023

This doesn't work yet. The nbsphinx_gallery property doesn't seem to be propagated from ...

toctree['nbsphinx_gallery'] = True

... to ...

gallery = toctree.get('nbsphinx_gallery', False)

Rendered: https://nbsphinx--756.org.readthedocs.build/en/756/gallery/gallery-with-nested-documents.html

See also #755.

@mgeier
Copy link
Member Author

mgeier commented Aug 26, 2023

After the latest Sphinx changes, this seems to work now!

@mgeier mgeier marked this pull request as ready for review August 26, 2023 15:54
@mgeier mgeier merged commit b4dc4be into spatialaudio:master Aug 26, 2023
4 checks passed
@mgeier mgeier deleted the toctree-regression branch August 26, 2023 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant