-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT - Update ReadTheDocs settings file (#2083)
ReadTheDocs is making some changes that affect us. Will leave self-review to explain the changes. closes #2101 --------- Co-authored-by: Tania Allard <[email protected]>
- Loading branch information
Showing
5 changed files
with
59 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
version: 2 | ||
|
||
formats: | ||
- htmlzip | ||
|
||
# build with latest available ubuntu version | ||
build: | ||
os: ubuntu-lts-latest | ||
tools: | ||
python: "3.12" | ||
# need to install playwright deps via apt (lack of sudo means we can't use | ||
# `playwright install-deps`). NB: Graphviz is a separate dep urelated to playwright | ||
apt_packages: | ||
- graphviz | ||
- libasound2 | ||
- libdbus-glib-1-2 | ||
jobs: | ||
# build the gallery of themes before building the doc | ||
post_install: | ||
- pip install playwright | ||
- playwright install chromium | ||
- python ./docs/scripts/generate_gallery_images.py | ||
|
||
sphinx: | ||
configuration: docs/conf.py | ||
# builder: "dirhtml" | ||
fail_on_warning: false # we have some unavoidable warnings, and a separate warnings checker | ||
|
||
python: | ||
install: | ||
- method: pip | ||
path: . | ||
extra_requirements: | ||
- doc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters