Tags: BlueBrain/sphinx-bluebrain-theme
Tags
Fix creation of empty search_index.json (#68) * Fix creation of empty search_index.json * moved search_index.json creation to 'build_finished' step Between 7.0.1 and 7.1.0, the order was changed when 'static' files are created: https://github.com/sphinx-doc/sphinx/pull/11415/files#diff-be839d87d39d93093003a0a4ce40cf9610d0a9445e5e0aeb1cdc6bab527bfbbcL682 So the context doesn't yet contain the dict that is created by: https://github.com/BlueBrain/sphinx-bluebrain-theme/blob/master/src/utils/inject_context.py#L182 * added a test that this file is created, and is not empty * update tests to sphinx 7.1.2 * add py3.11 to CI
PreviousNext