Skip to content

Commit

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

* Fix pre-commit versions
  • Loading branch information
rhugonnet authored Nov 28, 2023
1 parent af2fc8c commit c1b19fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.0
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0
3 changes: 2 additions & 1 deletion dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ dependencies:

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

0 comments on commit c1b19fc

Please sign in to comment.