From 60c1e0db27e68846393d0256b9fa34af9bca66fb Mon Sep 17 00:00:00 2001 From: Martin Wistuba Date: Sat, 24 Aug 2024 18:43:52 +0200 Subject: [PATCH] turns out this is a rtd issue --- .github/workflows/documentation.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a0bb55e..413e93d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -39,10 +39,8 @@ jobs: - name: Build the documentation with Sphinx run: | - # poetry install --all-extras - pip install ".[docs]" + poetry install --all-extras sudo apt install pandoc pip install pandoc cd docs - # poetry run sphinx-build -b html source build/html - sphinx-build -b html source build/html + poetry run sphinx-build -b html source build/html