Skip to content

Commit

Permalink
debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleria1809 committed Jun 30, 2024
1 parent d873292 commit de8f8fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
echo "Using conf.py located at: $CONF_PY"
poetry run python -c "from sphinx.config import Config; config = Config.read('${CONF_PY}'); print(config.values)"
- name: Build documentation
- name: Build documentation with detailed logging
run: |
echo "Python path before Sphinx build: $PYTHONPATH"
echo "Building documentation from: $(pwd)/docs/source"
poetry run sphinx-build -b html ./docs/source/ ./docs/build/ -vvv
working-directory: ${{ github.workspace }}
- name: List built documentation
run: |
Expand Down

0 comments on commit de8f8fe

Please sign in to comment.