Skip to content

Commit

Permalink
Changed .readthedocs.yaml to build docs with Makefile command.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Nov 7, 2024
1 parent e37cefc commit 8087ca6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ build:
# See https://github.com/readthedocs/readthedocs.org/pull/11152/
- POETRY=/home/docs/.local/bin/poetry VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make install-packages
# - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --extras "crypto" --with docs
commands:
- make docs
- cp --recursive docs/_build/html/* $READTHEDOCS_OUTPUT/html/
# jobs:
# pre_create_environment:
# # Select Python version (keep in sync with other versions):
Expand Down

0 comments on commit 8087ca6

Please sign in to comment.