Skip to content

Commit

Permalink
Pin sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Mar 18, 2024
1 parent 267eda8 commit bcd03f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
password: ${{secrets.SFTP_PASSWORD}}
port: ${{secrets.SFTP_PORT}}
uploads: |
./doc/_build/html/stable/ => ./www/docs.peulen.xyz/project/bff/${{ github.ref_slug }}/
./doc/_build/html/stable/ => ./www/docs.peulen.xyz/project/bff/
delete: 'true'
3 changes: 2 additions & 1 deletion doc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ dependencies:
- jupyter_client # needed for nbsphinx
- sphinx < 7.0
- nbsphinx
- sphinx 4.5.*
- sphinx_rtd_theme
- sphinx-gallery
- sphinx-gallery 0.14.*
- sphinxcontrib-bibtex
- sphinxcontrib-websupport
- matplotlib
Expand Down

0 comments on commit bcd03f3

Please sign in to comment.