Skip to content

Commit

Permalink
Fix docs building (#288)
Browse files Browse the repository at this point in the history
* try to fix docs

* try to fix docs

* try to fix docs

* try to fix docs

* try conda

* try conda

* try conda

* try conda

* try conda
  • Loading branch information
cfuselli committed Dec 6, 2023
1 parent 6464840 commit 64d0378
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@
# Required
version: 2

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

sphinx:
configuration: docs/source/conf.py

build:
image: latest
conda:
environment: docs/environment.yml

python:
version: "3.8"
install:
- requirements: extra_requirements/requirements-tests.txt
- method: pip
Expand Down
8 changes: 8 additions & 0 deletions docs/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 64d0378

Please sign in to comment.