diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 8065307a..0f2ccfe9 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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: |