Skip to content

Commit

Permalink
use pip rather than conda for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyc1 committed Mar 5, 2024
1 parent ce384c6 commit 03738ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
6 changes: 1 addition & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ version: 2
build:
os: "ubuntu-20.04"
tools:
python: "mambaforge-latest"

conda:
environment: docs/environment.yml
python = "3.10"

sphinx:
configuration: docs/conf.py
Expand All @@ -21,4 +18,3 @@ python:
path: .
extra_requirements:
- docs
- requirements: requirements.txt
12 changes: 0 additions & 12 deletions docs/environment.yml

This file was deleted.

0 comments on commit 03738ed

Please sign in to comment.