Doc: fix search functionnality

9.2
rouault 2023-03-22 20:13:43 +01:00 committed by github-actions[bot]
parent 3af9f4a6c8
commit 7b12add6a5
2 changed files with 7 additions and 0 deletions

View File

@ -65,6 +65,12 @@ jobs:
container: ghcr.io/osgeo/proj-docs container: ghcr.io/osgeo/proj-docs
steps: steps:
- name: Pin sphinx version
# Avoid https://github.com/sphinx-doc/sphinx/issues/11163
shell: bash -l {0}
run: |
python3 -m pip install --user "sphinx==6.0.1"
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Print versions - name: Print versions
shell: bash -l {0} shell: bash -l {0}

View File

@ -35,6 +35,7 @@ import bibstyle
extensions = [ extensions = [
'sphinx.ext.mathjax', 'sphinx.ext.mathjax',
'sphinxcontrib.bibtex', 'sphinxcontrib.bibtex',
"sphinxcontrib.jquery",
'sphinxcontrib.spelling', 'sphinxcontrib.spelling',
'breathe', 'breathe',
'redirects', 'redirects',