From 8087ca6abb2fb422f2aff615c406e69feee61661 Mon Sep 17 00:00:00 2001 From: johnbywater Date: Thu, 7 Nov 2024 16:00:16 +0000 Subject: [PATCH] Changed .readthedocs.yaml to build docs with Makefile command. --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0f240efd..d91634f0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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):