]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43778: Fix Sphinx glossary_search extension (GH-25286)
authorVictor Stinner <vstinner@python.org>
Thu, 8 Apr 2021 22:07:01 +0000 (00:07 +0200)
committerGitHub <noreply@github.com>
Thu, 8 Apr 2021 22:07:01 +0000 (00:07 +0200)
commitf32d0221477f18993666bb66cc79c61c4e145d42
tree6c9fe2f12cb236fc79734d2e7d26d045132285a5
parenta41782cc84bcd813209a03e6e11c60e77dbc7718
bpo-43778: Fix Sphinx glossary_search extension (GH-25286)

Create the _static/ directory if it doesn't exist.

Add also constants for the static directory and the JSON filename.
Doc/tools/extensions/glossary_search.py
Misc/NEWS.d/next/Documentation/2021-04-08-22-42-02.bpo-43778.MszRnY.rst [new file with mode: 0644]