Skip to content

Commit

Permalink
echo which sphinx is used
Browse files Browse the repository at this point in the history
  • Loading branch information
gilrrei committed Jan 17, 2025
1 parent 25f833c commit d37f9f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d37f9f1

Please sign in to comment.