Skip to content

Commit

Permalink
Merge pull request #120 from esa/fixing-rtd
Browse files Browse the repository at this point in the history
Update .readthedocs.yml
  • Loading branch information
gomezzz committed Oct 31, 2023
2 parents 4296ec9 + d6cd052 commit a7416d3
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: environment.yml
environment: environment.yml

0 comments on commit a7416d3

Please sign in to comment.