Skip to content

Commit

Permalink
readthedocs Fix (#29)
Browse files Browse the repository at this point in the history
* Replacing conda environment with RTD python

* Specifing python installation option for extra requirements.

* Triggering RTD

* Newline at end of file
  • Loading branch information
bernardopacini committed Mar 1, 2021
1 parent 4705d7b commit 7878e57
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
build:
image: latest
version: 2

python:
version: 3.6

conda:
file: environment.yml
sphinx:
configuration: docs/conf.py

formats: [htmlzip,epub]
formats:
- htmlzip
- epub

python:
version: 3.6
install:
- method: pip
path: .
extra_requirements:
- testing
system_packages: true

0 comments on commit 7878e57

Please sign in to comment.