Skip to content

Commit

Permalink
Update .readthedocs.yml according to finch
Browse files Browse the repository at this point in the history
nilshempelmann authored Nov 17, 2023
1 parent 7ba42d3 commit f814f6b
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -10,21 +10,24 @@ sphinx:
configuration: docs/source/conf.py
# fail_on_warning might generate hard to fix error, in this case it can be
# disabled but this also means those errors will fail silently, choose wisely.
fail_on_warning: true
fail_on_warning: false

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# 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
#python:
# version: 3.6
build:
os: ubuntu-22.04
tools:
python: "mambaforge-22.9"

conda:
environment: environment-docs.yml

build:
image: stable
# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: requirements_docs.txt

0 comments on commit f814f6b

Please sign in to comment.