diff options
| author | Mike Taves <mwtoews@gmail.com> | 2021-03-11 21:44:17 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-11 21:44:17 +1300 |
| commit | b2d8e255daa523335f91161ed51ab98fc9ac75a8 (patch) | |
| tree | 725072a3fa29fc1ceac9845dcc855e24ef21a029 /.github | |
| parent | cf86b44bdd2630366f2764096022d5a285150c8e (diff) | |
| download | PROJ-b2d8e255daa523335f91161ed51ab98fc9ac75a8.tar.gz PROJ-b2d8e255daa523335f91161ed51ab98fc9ac75a8.zip | |
Fix configuration for sphinxcontrib-bibtex version 2 or later (#2572)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/doc_build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/doc_build.yml b/.github/workflows/doc_build.yml index 52bf2b63..3d4e543d 100644 --- a/.github/workflows/doc_build.yml +++ b/.github/workflows/doc_build.yml @@ -48,6 +48,8 @@ jobs: run: | python3 --version sphinx-build --version + python3 -m pip list --not-required --format=columns + - uses: actions/download-artifact@v2 name: Images with: |
