From cc7fec57f515053027ddbf16288381e159d2f04c Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 15 Mar 2022 11:33:01 -0300 Subject: [PATCH] Added support to conda in the readthedocs configuration --- .readthedocs.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a36db8a..e678bc4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -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 \ No newline at end of file