Skip to content

Commit

Permalink
Switcher is used locally
Browse files Browse the repository at this point in the history
  • Loading branch information
clebreto committed Sep 20, 2024
1 parent 9310ab7 commit 12ed13a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
source /builds/miniconda3/etc/profile.d/conda.sh
conda activate corese-core-documentation
sphinx-multiversion docs/source build/html -D 'exhale_args.containmentFolder=${sourcedir}/java_api'
cp docs/source/_static/switcher.json ./build/html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"icon": "fab fa-github-square"
}
],
"switcher": {"json_url": "https://corese-stack.github.io/corese-core/switcher.json", "version_match": r"v\d+\.\d+\.\d+"}
"switcher": {"json_url": "file:///Users/clebreto/programming/wimmics/corese-stack/corese-core/docs/source/_static/switcher.json", "version_match": r"v\d+\.\d+\.\d+"}
}

# since the markdown files don't have TOC
Expand Down

0 comments on commit 12ed13a

Please sign in to comment.