Skip to content

Commit

Permalink
update readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhahn committed Jul 14, 2024
1 parent 780c72d commit fdfea0a
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,14 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

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

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

build:
os: ubuntu-22.04
os: "ubuntu-20.04"
tools:
python: "3.11"
python: "mambaforge-22.9"

conda:
environment: docs/docs_env.yml

python:
install:
- requirements: docs/requirements.txt
- {path: ., method: pip}
- method: pip
path: .

0 comments on commit fdfea0a

Please sign in to comment.