Skip to content

Commit

Permalink
Added version number to pdoc footer
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaylo committed Dec 5, 2023
1 parent 2739ca9 commit 5e41e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Install all dependencies (including pdoc)
- run: pip install -r requirements.txt
# Build documentation into docs/.
- run: pdoc -o docs/ --docformat google --math vtktonumpy
- run: pdoc -o docs/ --docformat google --math --footer-text $(python -m setuptools_scm) vtktonumpy

- uses: actions/upload-pages-artifact@v2
with:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ vtk>=9.1
numpy
pytest
pdoc
setuptools_scm

0 comments on commit 5e41e7d

Please sign in to comment.