Skip to content

Commit

Permalink
Fix read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoklosowski committed Oct 24, 2024
1 parent 132a5df commit cfd8b01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ build:
- curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4
- $HOME/.local/bin/poetry config virtualenvs.create false
pre_install:
- $HOME/.local/bin/poetry export --only=docs -o requirements.txt
- $HOME/.local/bin/poetry export --only=main,type,docs -o requirements.txt
pre_build:
- sphinx-apidoc --remove-old -f -o docs/source/src src

python:
install:
Expand Down

0 comments on commit cfd8b01

Please sign in to comment.