Skip to content

Commit

Permalink
Merge pull request #324 from DrDaveD/docutils-comment
Browse files Browse the repository at this point in the history
add comment about updating admindocs too
  • Loading branch information
DrDaveD authored Feb 13, 2025
2 parents 8075784 + cb64458 commit b61570c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
# docutils<0.21 is a temporary downgrade to fix a compiling issue
# see https://github.com/CrossNox/m2r2/issues/68
# Note any change here also has to go into pull_request.yml
# and in apptainer-admindocs publish.yml
pip install --user --upgrade --upgrade-strategy eager "docutils<0.21" setuptools sphinx sphinx-rtd-theme restructuredtext_lint pygments m2r2
- name: Build web documentation
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
# docutils<0.21 is a temporary downgrade to fix a compiling issue
# see https://github.com/CrossNox/m2r2/issues/68
# Note any change here also has to go into publish.yml
# and in apptainer-admindocs publish.yml
pip install --user --upgrade --upgrade-strategy eager "docutils<0.21" setuptools sphinx sphinx-rtd-theme restructuredtext_lint pygments m2r2
- name: Lint rst
Expand Down

0 comments on commit b61570c

Please sign in to comment.