diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 4d52e154..0213e7a2 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -29,6 +29,7 @@ jobs: PYTHON_PACKAGE_MANAGER: ${{steps.environment.outputs.ppm}} run: | $PYTHON_PACKAGE_MANAGER activate queens + echo `which sphinx-build` sphinx-apidoc -o doc/source queens -f -M cd doc sphinx-build -b html -d build/doctrees source build/html