Skip to content

Commit

Permalink
update readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Nov 10, 2023
1 parent e1329a4 commit 2b985a1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ version: 2
# 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: false

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

# Optionally build your docs in additional formats such as PDF and ePub
formats: all
# formats:
# - pdf

# 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: docs/environment.yml
environment: environment.yml

build:
image: stable
# Optionally set the version of Python and requirements required to build your docs
python:
install:
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit 2b985a1

Please sign in to comment.