Skip to content

Commit

Permalink
readthedocs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aadya940 committed Aug 7, 2024
1 parent ed50707 commit 283c6cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ build:
pre_build:
- python -m pip install -r requirements.txt
- python -m pip install -r requirements_doc.txt
- yum install -y pandoc
- apt update -y
- apt install -y pandoc
- python -m pip install pandoc
- python setup.py build_ext --inplace
- sphinx-apidoc --private -o docs/source chainopy/
Expand Down

0 comments on commit 283c6cf

Please sign in to comment.