Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ version: 2
build:
image: latest

sphinx:
configuration: docs/conf.py
fail_on_warning: true

python:
version: 3.6
install:
- method: pip
path: .
version: 3.7
install:
- method: pip
path: .
- requirements: docs/requirements.txt

conda:
environment: base_environment.yml
sphinx:
configuration: docs/conf.py
fail_on_warning: true
177 changes: 0 additions & 177 deletions docs/Makefile

This file was deleted.

Loading