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 551d87f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ 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:
- requirements: requirements.txt
- method: pip
path: .

sphinx:
configuration: docs/source/conf.py

0 comments on commit 551d87f

Please sign in to comment.