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 de8f8fe commit a44b117
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ jobs:
# else
# echo "conf.py not found."
# fi
- name: Print effective Sphinx config
run: |
CONF_PY="$(pwd)/docs/source/conf.py"
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 with detailed logging
run: |
Expand Down

0 comments on commit a44b117

Please sign in to comment.