Sequence might matter
This commit is contained in:
parent
4847720d7c
commit
0720ea4ff6
2 changed files with 6 additions and 7 deletions
12
.github/workflows/github_action_build_docs.yml
vendored
12
.github/workflows/github_action_build_docs.yml
vendored
|
|
@ -21,16 +21,16 @@ jobs:
|
||||||
python-version: [3.7]
|
python-version: [3.7]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout develop branch
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
path: develop
|
|
||||||
|
|
||||||
- name: Checkout 0.9.5 branch
|
- name: Checkout 0.9.5 branch
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: v0.9.5
|
path: v0.9.5
|
||||||
|
|
||||||
|
- name: Checkout develop branch
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
path: develop
|
||||||
|
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
|
|
@ -38,8 +38,6 @@ jobs:
|
||||||
|
|
||||||
- name: Install doc-building dependencies
|
- name: Install doc-building dependencies
|
||||||
run: |
|
run: |
|
||||||
git branch
|
|
||||||
git checkout develop
|
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
cd docs/
|
cd docs/
|
||||||
make install
|
make install
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
SOURCEDIR = source
|
SOURCEDIR = source
|
||||||
BUILDDIR = build
|
BUILDDIR = build
|
||||||
AUTODOCDIR = $(SOURCEDIR)/api
|
AUTODOCDIR = $(SOURCEDIR)/api
|
||||||
|
#
|
||||||
# You can set these variables from the command line, and also
|
# You can set these variables from the command line, and also
|
||||||
# from the environment for the first two.
|
# from the environment for the first two.
|
||||||
SPHINXOPTS ?=
|
SPHINXOPTS ?=
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue