Skip to content

Commit

Permalink
Merge pull request #192 from esa/fixing-rtd-cfg
Browse files Browse the repository at this point in the history
Update .readthedocs.yml
  • Loading branch information
gomezzz authored Nov 8, 2023
2 parents 8e29b1d + 718340d commit 7cde0b7
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@
# Required
version: 2

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

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

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- method: setuptools
path: .

conda:
environment: rtd_environment.yml
environment: rtd_environment.yml

0 comments on commit 7cde0b7

Please sign in to comment.