Skip to content

Commit

Permalink
Fix documentation rendering due to Pydata theme update (#451)
Browse files Browse the repository at this point in the history
* Fix rendering of sphinx-book-theme

* Force pydata sphinx theme to fix doc
  • Loading branch information
rhugonnet authored Nov 28, 2023
1 parent 33b1ee2 commit c0cfad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ dependencies:

# Doc dependencies
- sphinx
- sphinx-book-theme
- pydata-sphinx-theme==0.13.3
- sphinx-book-theme>=1.0
- sphinxcontrib-programoutput
- sphinx-design
- sphinx-autodoc-typehints
Expand Down

0 comments on commit c0cfad7

Please sign in to comment.