Skip to content

Commit

Permalink
install ravenpy normally
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Dec 14, 2023
1 parent ca4e07d commit 30065a2
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ build:
tools:
python: "mambaforge-4.10"
jobs:
post_install:
- pip install .[docs]
pre_build:
- env SPHINX_APIDOC_OPTIONS="members,undoc-members,show-inheritance,noindex" sphinx-apidoc -o docs/apidoc --private --module-first ravenpy
- sphinx-build -b linkcheck docs/ _build/linkcheck || true
Expand All @@ -29,9 +27,10 @@ formats:
conda:
environment: environment-rtd.yml

#python:
# install:
# - method: pip
# path: .
# extra_requirements:
# - dev
python:
install:
- method: pip
path: .
extra_requirements:
- dev
- docs

0 comments on commit 30065a2

Please sign in to comment.