Skip to content

Commit

Permalink
readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
aadya940 committed Jul 20, 2024
1 parent 983e6de commit dd7a741
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ build:
python: "3.10"
jobs:
pre_build:
- python -m pip install build
- python -m build
- python -m pip install -r requirements.txt
- python -m pip install -r requirements_doc.txt
- python setup.py build_ext --inplace
- sphinx-apidoc --private -o docs/source chainopy/

python:
Expand Down

0 comments on commit dd7a741

Please sign in to comment.