Skip to content

Commit

Permalink
Merge pull request #343 from maxfordham/338-docs-ci-failing
Browse files Browse the repository at this point in the history
📌 Pin `sphinxcontrib-serializinghtml`
  • Loading branch information
ollyhensby authored Sep 12, 2024
2 parents aedbeb9 + 5ae9ffe commit 1b904a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
#
# paths:
# - some-subfolder/**
pull_request:
branches:
- main

env:
CACHE_NUMBER: 1 # increase to reset cache manually
Expand Down
3 changes: 2 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ dependencies:
- halo # optional
- plotly # optional
- jupyter-book # for docs
- sphinx # for docs
- sphinx<5.0 # for docs
- sphinx-book-theme # for docs
- sphinx-autoapi
- autodoc-pydantic # for docs
- nbsphinx-link
- sphinxcontrib-mermaid
- sphinx-panels
- sphinxcontrib-serializinghtml==1.1.5 # Can remove once updated to sphinx>=5.0
- nbclient>=0.7.4
- pip
- pip:
Expand Down

0 comments on commit 1b904a4

Please sign in to comment.