Skip to content

Commit

Permalink
Doc: fix search functionnality
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault authored and github-actions[bot] committed Mar 24, 2023
1 parent 3af9f4a commit 7b12add
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/doc_build.yml
Expand Up @@ -65,6 +65,12 @@ jobs:
container: ghcr.io/osgeo/proj-docs

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
- name: Print versions
shell: bash -l {0}
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Expand Up @@ -35,6 +35,7 @@
extensions = [
'sphinx.ext.mathjax',
'sphinxcontrib.bibtex',
"sphinxcontrib.jquery",
'sphinxcontrib.spelling',
'breathe',
'redirects',
Expand Down

0 comments on commit 7b12add

Please sign in to comment.