-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Whoops---readthedocs.yml v2 is not released yet.
- Loading branch information
Showing
1 changed file
with
7 additions
and
14 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,20 +1,13 @@ | ||
# .readthedocs.yml | ||
conda: | ||
file: docs/environment.yml | ||
|
||
version: 2 | ||
# The default for requirements_file is null, but for some reason we get an error with this message if it's not set: | ||
# "Problem parsing YAML configuration. Invalid "requirements_file": path docs/requirements.txt does not exist" | ||
requirements_file: null | ||
|
||
build: | ||
image: latest | ||
|
||
python: | ||
version: 3.7 | ||
install: | ||
- method: setuptools | ||
path: . | ||
|
||
conda: | ||
environment: docs/environment.yml | ||
|
||
sphinx: | ||
builder: html | ||
configuration: docs/conf.py | ||
fail_on_warning: false | ||
version: 3.6 | ||
setup_py_install: true |