From 45c826c4c5ba4ab9e072e4dcacd015daaa556788 Mon Sep 17 00:00:00 2001 From: GBisi Date: Fri, 23 May 2025 16:21:00 +0200 Subject: [PATCH 1/3] docs: :bug: updated readthedocs configuration --- readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/readthedocs.yml b/readthedocs.yml index 28999f1..69be097 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -8,6 +8,7 @@ build: commands: - pip install poetry - poetry install + - cd docs && make html sphinx: configuration: docs/conf.py From dce5cc4ded1842cfe88fb72ab54ec13e406de00e Mon Sep 17 00:00:00 2001 From: GBisi Date: Fri, 23 May 2025 16:24:05 +0200 Subject: [PATCH 2/3] docs: :bug: updated readthedocs configuration --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 69be097..3f970bc 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -8,7 +8,7 @@ build: commands: - pip install poetry - poetry install - - cd docs && make html + - poetry run sphinx-build -b html docs docs/_build/html sphinx: configuration: docs/conf.py From d2df4f52d9d73f536129664e0203ecd19e36ac86 Mon Sep 17 00:00:00 2001 From: GBisi Date: Fri, 23 May 2025 16:27:16 +0200 Subject: [PATCH 3/3] docs: :bug: updated readthedocs configuration --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 3f970bc..f85c49a 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -8,7 +8,7 @@ build: commands: - pip install poetry - poetry install - - poetry run sphinx-build -b html docs docs/_build/html + - poetry run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html sphinx: configuration: docs/conf.py