Skip to content

Commit

Permalink
Add upper bound pin temporarily to sphinx to avoid breakages (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Oct 11, 2024
1 parent eb5cba1 commit fe84b04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda/environments/deployment_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ dependencies:
- pydata-sphinx-theme>=0.15.4
- python=3.12
- pre-commit>=3.8.0
- sphinx>=8.0.2
# Upper bound pin on sphinx can be removed once https://github.com/mgaitan/sphinxcontrib-mermaid/issues/160 is resolved
- sphinx>=8.0.2,<8.1
- sphinx-autobuild>=2024.9.19
- sphinx-copybutton>=0.5.2
- sphinx-design>=0.6.1
Expand Down

0 comments on commit fe84b04

Please sign in to comment.