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

fix: replace deprecated sphinx default #3512

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

dangotbanned
Copy link
Member

Removes a warning from doc build

Before

>>> hatch run doc:build-html-win
cmd [1] | if not exist doc\_images md doc\_images
cmd [2] | sphinx-build -b html -d doc\_build\doctrees doc doc\_build\html
Running Sphinx v7.4.7
loading translations [en]... done
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`.
loading pickled environment... done

After

>>> hatch run doc:build-html-win
cmd [1] | if not exist doc\_images md doc\_images
cmd [2] | sphinx-build -b html -d doc\_build\doctrees doc doc\_build\html
Running Sphinx v7.4.7
loading translations [en]... done
making output directory... done

Removes a warning from doc build
@binste binste merged commit d2325e3 into vega:main Jul 31, 2024
13 checks passed
@dangotbanned dangotbanned deleted the replace-depr-sphinx-config branch July 31, 2024 16:15
@joelostblom joelostblom added the bug label Aug 9, 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 this pull request may close these issues.

3 participants