Skip to content

Commit

Permalink
Manual CI doc build.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtclarke committed Jan 9, 2023
1 parent 92cda5a commit 89e304b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install package for version info
- name: Requirements for sphinx build
run: |
pip install .
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "apidoc/"
pre-build-command: "pip install sphinx-rtd-theme"
pip install sphinx-rtd-theme
- name: Run sphinx build
run: |
cd apidoc
make html
cd ..
# Publish built docs to gh-pages branch.
# ===============================
- name: Commit documentation changes
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This document contains the nifti_mrs_tools release history in reverse chronological order.

0.0.7 (Monday 9th January 2023)
-------------------------------
- Manual documentation build in CI.

0.0.5 (Monday 9th January 2023)
-------------------------------
- Update CI for publication
Expand Down

0 comments on commit 89e304b

Please sign in to comment.