-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix the docs building on readthedocs (#366) * correct yml reference and rename * add fuller readthedocs config * wip * remove comments * Docs updates for the v0.19 release (not done in the original tagged release). * Remove redundant sphinx config causing warnings. * Fix presentation of release-page link. * Add v0.19.1 whatsnew, just to cover the docs update. * Update docs/conf.py Co-authored-by: Elias <[email protected]> * Update .readthedocs.yml * Update docs/conf.py Co-authored-by: Elias <[email protected]> --------- Co-authored-by: tkknight <[email protected]> Co-authored-by: Elias <[email protected]>
- Loading branch information
1 parent
f0427e2
commit 72ef90d
Showing
6 changed files
with
73 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
version: 2 | ||
|
||
build: | ||
os: ubuntu-20.04 | ||
tools: | ||
python: mambaforge-4.10 | ||
|
||
conda: | ||
environment: requirements/readthedocs.yml | ||
|
||
sphinx: | ||
configuration: docs/conf.py | ||
fail_on_warning: false | ||
|
||
python: | ||
install: | ||
- method: pip | ||
path: . |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,7 @@ dependencies: | |
- pep8 | ||
- requests | ||
- nose | ||
|
||
# Documentation dependencies. | ||
- sphinx | ||
- sphinx_rtd_theme |