Skip to content

Commit

Permalink
Merge pull request #961 from maxplanck-ie/docs
Browse files Browse the repository at this point in the history
Docs
  • Loading branch information
WardDeb committed Jan 10, 2024
2 parents 630c50f + 68e38d9 commit 10b1ec9
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
#conda:
# file: docs/environment.yaml
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.7"

sphinx:
configuration: docs/conf.py

python:
version: 3.7
pip_install: true
install:
- requirements: docs/requirements.txt
- method: pip
path: .
- requirements: docs/requirements.txt

0 comments on commit 10b1ec9

Please sign in to comment.