Skip to content

Commit

Permalink
Merge pull request #7 from openradar/use-mambaforge
Browse files Browse the repository at this point in the history
Fix the failing RTD File
  • Loading branch information
mgrover1 committed Jul 7, 2023
2 parents c291ba8 + ef6246b commit 48c0d3f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# Required
version: 2

# Conda env
conda:
environment: ci/environment-docs.yml

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
os: 'ubuntu-20.04'
tools:
python: '3.11'
python: 'mambaforge-4.10'

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down

0 comments on commit 48c0d3f

Please sign in to comment.