Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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
@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