Skip to content

Commit

Permalink
updated build for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Aug 28, 2024
1 parent 8082976 commit 510272d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,11 @@ formats:
- pdf
- epub

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: documentation/requirements.docs.txt

build:
os: ubuntu-22.04
tools:
python: "3.12"
commands:
- sphinx-apidoc -o documentation/source/ ../bio_compose
- sphinx-build -b html documentation/source/ documentation/_build/html
- pip install sphinx sphinx-autodoc-typehints
- sphinx-apidoc -o documentation/source/ bio_compose
- sphinx-build -b html documentation/source/ documentation/build/html

0 comments on commit 510272d

Please sign in to comment.