-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update rtd config to v2 * Bump Python version to 3.9. Remove usage os system_packages * Added installation of graphviz to RTD build
- Loading branch information
Showing
2 changed files
with
15 additions
and
9 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 |
---|---|---|
@@ -1,11 +1,17 @@ | ||
requirements_file: doc/requirements.txt | ||
version: 2 | ||
|
||
build: | ||
image: latest | ||
sphinx: | ||
configuration: doc/conf.py | ||
|
||
python: | ||
version: 3.8 | ||
install: | ||
- requirements: doc/requirements.txt | ||
- method: pip | ||
path: . | ||
|
||
# Don't build any extra formats | ||
formats: | ||
- none | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.9" | ||
apt_packages: | ||
- graphviz |
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