Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mworion authored Mar 18, 2024
1 parent 7e0186c commit d0111dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: 3.12
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme alabaster rst2pdf
pip install sphinx sphinx_rtd_theme alabaster rst2pdf sphinx-copybutton
- name: Sphinx build
run: |
sphinx-build doc doc/build
Expand All @@ -52,4 +52,4 @@ jobs:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: doc/build
force_orphan: true
force_orphan: true

0 comments on commit d0111dc

Please sign in to comment.