Skip to content

Commit

Permalink
Standard deps spec
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Dec 13, 2023
1 parent b397d02 commit 3b6188b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .readthedocs.yml → .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_install:
- pip install hatch
- pip install .[docs,annlibs]

python:
install:
- method: pip
path: .
extra_requirements:
- doc
- annlibs

sphinx:
configuration: docs/conf.py
Expand Down

0 comments on commit 3b6188b

Please sign in to comment.