-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #173 from Tigul/jupyter-books
Jupyter books
- Loading branch information
Showing
63 changed files
with
4,785 additions
and
31,026 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
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,13 +1,29 @@ | ||
# .readthedocs.yaml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Set the OS, Python version and other tools you might need | ||
build: | ||
os: "ubuntu-20.04" | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.8" | ||
python: "3.9" | ||
apt_packages: | ||
- graphviz | ||
jobs: | ||
pre_build: | ||
# Generate the Sphinx configuration for this Jupyter Book so it builds. | ||
- "jupyter-book config sphinx doc/source" | ||
|
||
python: | ||
install: | ||
- requirements: doc/requirements.txt | ||
install: | ||
- requirements: doc/requirements.txt | ||
- method: pip | ||
path: . | ||
extra_requirements: | ||
- sphinx | ||
|
||
submodules: | ||
exclude: all | ||
sphinx: | ||
builder: html |
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
Oops, something went wrong.