From 2151bdc8f6e581df09581e27e30f71a6e7d1b8e5 Mon Sep 17 00:00:00 2001 From: Barry57 <160387047+Barry57@users.noreply.github.com> Date: Thu, 31 Oct 2024 00:48:28 +0800 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c8b2eaa..ef8a0b6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -39,7 +39,6 @@ jobs: - name: Build the documentation with Sphinx run: | poetry install --all-extras - # Windows does not have apt, so we install pandoc using pip instead pip install pandoc cd docs poetry run sphinx-build -b html source build/html