Skip to content

Commit

Permalink
update readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshempelmann committed Apr 15, 2024
1 parent 2780f90 commit 59206df
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ sphinx:
# disabled but this also means those errors will fail silently, choose wisely.
fail_on_warning: true

# 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"

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 59206df

Please sign in to comment.