From 56b670286cabeff455e1ffe6f1c0ee1f04767d18 Mon Sep 17 00:00:00 2001 From: hs Date: Wed, 11 Sep 2024 19:56:25 +0800 Subject: [PATCH] test --- .github/workflows/deploy_sphinx_docs.yml | 12 ++++++------ docs/sphinx_doc/en/source/index.rst | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy_sphinx_docs.yml b/.github/workflows/deploy_sphinx_docs.yml index 783cf00b..f36a7316 100644 --- a/.github/workflows/deploy_sphinx_docs.yml +++ b/.github/workflows/deploy_sphinx_docs.yml @@ -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 @@ -34,7 +34,7 @@ jobs: exit 1 ;; esac - - name: 'Download installer' + - name: Download pandoc installer shell: bash env: GITHUB_TOKEN: ${{ github.token }} @@ -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 }} @@ -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 diff --git a/docs/sphinx_doc/en/source/index.rst b/docs/sphinx_doc/en/source/index.rst index 825b4c4e..b870d0c3 100644 --- a/docs/sphinx_doc/en/source/index.rst +++ b/docs/sphinx_doc/en/source/index.rst @@ -54,4 +54,4 @@ among memory pieces are properly handled. :maxdepth: 6 :caption: MemoryScope API Reference - API + memoryscope