Skip to content

Commit

Permalink
BUGFIX: updating readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cambordas committed Feb 20, 2024
1 parent caa7f41 commit 283a79a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "miniconda3-4.7"

conda:
environment: environment.yml

python:
version: 3.10
install:
- method: pip
path: .
extra_requirements:
- escher
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- pre-commit
- tqdm
- pyarrow
- docutils
- pandoc
- conda-forge::webcolors
- conda-forge::openpyxl
Expand Down

0 comments on commit 283a79a

Please sign in to comment.