Skip to content

Commit

Permalink
build: mamba docs environment for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Jan 2, 2025
1 parent 98cc1ce commit 2463646
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: mambaforge-4.10

conda:
environment: docs/environment.yml

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
10 changes: 10 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: detectree
channels:
- conda-forge
dependencies:
- lightgbm=4.5.0
- m2r2=0.3.3
- pydata-sphinx-theme=0.16.1
- sphinx=8.1.3
- sphinx-click=6.0.0
- sphinxcontrib-bibtex=2.6.3
5 changes: 0 additions & 5 deletions docs/requirements.txt

This file was deleted.

0 comments on commit 2463646

Please sign in to comment.