From 926e4e72a7cb7067a483e062c7e1d641723d403c Mon Sep 17 00:00:00 2001 From: Nils Hempelmann Date: Fri, 5 Apr 2024 09:43:16 +0200 Subject: [PATCH] adapt read the docs configuration --- .readthedocs.yml | 15 ++++++--------- environment-docs.yml | 1 + 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c9d8b69..f7d0a08 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,21 +13,18 @@ sphinx: fail_on_warning: true # Optionally build your docs in additional formats such as PDF and ePub -formats: all +formats: [] -# Optionally set the version of Python and requirements required to build your docs +# Set the OS, Python version and other tools you might need build: os: ubuntu-22.04 tools: - python: mambaforge-22.9 + python: "mambaforge-22.9" conda: environment: environment-docs.yml # Optionally set the version of Python and requirements required to build your docs -python: - install: - - method: pip - path: . - extra_requirements: - - dev +# python: +# install: +# - requirements: requirements_docs.txt diff --git a/environment-docs.yml b/environment-docs.yml index c01344d..91f0a79 100644 --- a/environment-docs.yml +++ b/environment-docs.yml @@ -8,3 +8,4 @@ dependencies: - sphinx - nbsphinx - ipython +- pandoc