-
Notifications
You must be signed in to change notification settings - Fork 6
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 #85 from ihmeuw/develop
Develop
- Loading branch information
Showing
6 changed files
with
58 additions
and
698 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,6 +1,18 @@ | ||
build: | ||
image: latest | ||
# This is the version for the readthedocs configuration. Version 2 ignores | ||
# web-based configuration and uses everything from this file. | ||
version: 2 | ||
|
||
# Configure the python version and environment construction run before | ||
# docs are built. | ||
python: | ||
version: 3.6 | ||
setup_py_install: true | ||
version: 3.8 | ||
install: | ||
# This runs pip install .[docs] from the project root. | ||
- method: pip | ||
path: . | ||
extra_requirements: | ||
- docs | ||
|
||
# Doc builds will fail if there are any warnings | ||
sphinx: | ||
fail_on_warning: true |
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.