Skip to content

Commit

Permalink
docs: use environment.yml for doc building
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Nov 12, 2024
1 parent 68beb09 commit 3edfb6b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "mambaforge-22.9"



Expand All @@ -16,11 +16,3 @@ sphinx:
configuration: docs/conf.py

formats: [ ]

python:
install:
- requirements: docs/additional_requirements.txt
- method: pip
path: .
extra_requirements:
- dev
10 changes: 10 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: rtd38
channels:
- conda-forge
- defaults
dependencies:
- python=3.9
- root<=6.30
- uv
- pip:
- .[dev]

0 comments on commit 3edfb6b

Please sign in to comment.