Skip to content

Commit

Permalink
Update docs build (#642)
Browse files Browse the repository at this point in the history
* Update docs build

* Unsilence build failures

* Try upgrading

* Try something else

* Try
  • Loading branch information
martinRenou authored Oct 23, 2024
1 parent 4dbde10 commit f4590a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"
python: "mambaforge-latest"

conda:
environment: docs/build-environment.yml
7 changes: 4 additions & 3 deletions docs/build-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
- conda-forge

dependencies:
- micromamba
- python=3.10
- pip
- nodejs=20
Expand All @@ -13,6 +14,6 @@ dependencies:
- myst-parser
- pydata-sphinx-theme
- jupyterlab >=4.0.5,<5
- jupyterlite-core >=0.2,<0.3.0
- jupyterlite-sphinx >=0.10
- jupyterlite-xeus >=0.1.8,<0.2.0
- jupyterlite-core
- jupyterlite-sphinx
- jupyterlite-xeus
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
html_theme = "pydata_sphinx_theme"

jupyterlite_dir = "."
jupyterlite_silence = False

html_theme_options = {
"logo": {
Expand Down

0 comments on commit f4590a8

Please sign in to comment.