Skip to content

Commit

Permalink
try to fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cfuselli committed Dec 5, 2023
1 parent 0933777 commit 7e30d52
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ build:
tools:
python: "3.8"

conda:
file: environment.yml

sphinx:

Check warning on line 17 in .readthedocs.yaml

View check run for this annotation

codefactor.io / CodeFactor

.readthedocs.yaml#L17

Duplication of key "sphinx" in mapping (key-duplicates)
configuration: docs/source/conf.py

python:
install:
- requirements: extra_requirements/requirements-tests.txt
Expand Down
8 changes: 8 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: amstrax-docs
dependencies:
- python=3.8
- graphviz
- pip
- pip:
- -r requirements.txt
- -r extra_requirements/requirements-docs.txt

0 comments on commit 7e30d52

Please sign in to comment.