Skip to content

Commit

Permalink
Added sphinx_sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs authored Oct 11, 2023
1 parent 30c2cd6 commit 460919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
python-version: '3.10'
- name: Install dependencies
run: |
pip install sphinx==6.1.3 sphinx_rtd_theme sphinx-favicon myst_parser
pip install sphinx==6.1.3 sphinx_rtd_theme sphinx-favicon myst_parser sphinx_sitemap
- name: Sphinx build
run: |
sphinx-build doc _build
Expand Down

0 comments on commit 460919e

Please sign in to comment.