Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ployts committed Sep 11, 2024
1 parent 40c62d9 commit 56b6702
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy_sphinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-python@master
with:
python_version: ${{ matrix.python-version }}
- name: 'Choose which installer to use'
- name: Choose which pandoc to use
shell: bash
run: |
case $RUNNER_OS in
Expand All @@ -34,7 +34,7 @@ jobs:
exit 1
;;
esac
- name: 'Download installer'
- name: Download pandoc installer
shell: bash
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -49,7 +49,7 @@ jobs:
sed 's/pandoc-\([0-9.]*\)-.*/\1/')" \
>> $GITHUB_ENV
- name: 'Install pandoc'
- name: Install pandoc
shell: bash
env:
INSTALLER: pandoc-${{ env.INSTALLER_VERSION }}-${{ env.INSTALLER_SUFFIX }}
Expand All @@ -67,15 +67,15 @@ jobs:
;;
esac
rm $INSTALLER
- name: Install dependencies
- name: Install sphinx dependencies
run: |
python -m pip install --upgrade pip
pip install -r docs/sphinx_doc/requirements.txt
- name: Build Documentation
- name: Build documentation
run: |
cd docs/sphinx_doc
bash build_sphinx_doc.sh
- name: Upload Documentation
- name: Upload documentation
uses: actions/upload-artifact@v3
with:
name: SphinxDoc
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx_doc/en/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ among memory pieces are properly handled.
:maxdepth: 6
:caption: MemoryScope API Reference

API <docs/api.rst>
memoryscope

0 comments on commit 56b6702

Please sign in to comment.