Skip to content

Commit

Permalink
Update .readthedocs.yml according to finch
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshempelmann authored Nov 17, 2023
1 parent 54cc242 commit 6ef3355
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,37 @@

# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"

# Build documentation in the docs/ directory with Sphinx
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
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "mambaforge-22.9"
# python: "3.12"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"

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 6ef3355

Please sign in to comment.