Skip to content

Commit

Permalink
Added support to conda in the readthedocs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrefassio committed Mar 15, 2022
1 parent fa49a50 commit cc7fec5
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,12 @@
# Required
version: 2

conda:
environment: docs/environment.yml

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml
configuration: docs/source/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt
formats: all

0 comments on commit cc7fec5

Please sign in to comment.