From 7d87356164b7367447eb473883e79dfae3a4a417 Mon Sep 17 00:00:00 2001 From: Orestis Herodotou Date: Tue, 15 Oct 2024 14:52:13 -0700 Subject: [PATCH] change dirs in read teh docs config --- docs/.readthedocs.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index 06ae73b8..d5e24bb0 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -13,8 +13,7 @@ build: post_install: # VIRTUAL_ENV needs to be set manually for now. # See https://github.com/readthedocs/readthedocs.org/pull/11152/ - - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install - - pwd && ls + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH && cd docs && poetry install mkdocs: - configuration: mkdocs.yml + configuration: docs/mkdocs.yml