Skip to content

Commit

Permalink
update rdt config
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Nov 30, 2023
1 parent 4429e18 commit 1adec20
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
environment: environment.yml

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

0 comments on commit 1adec20

Please sign in to comment.