Skip to content

Commit 586b8fb

Browse files
committed
Updated files with git_helper.
1 parent c4fb85d commit 586b8fb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/docs_test_action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ jobs:
1010
- uses: actions/checkout@v1
1111
- uses: ammaraskar/sphinx-action@master
1212
with:
13-
pre-build-command: python -m pip install --upgrade -r requirements.txt
13+
pre-build-command: python -m pip install tox
1414
docs-folder: "doc-source/"
15+
build-command: "tox -e docs -- "

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ commands =
4444

4545

4646
[testenv:docs]
47-
basepython = python3.6
47+
basepython = python3.8
4848
changedir={toxinidir}/doc-source
4949
deps = -r{toxinidir}/requirements.txt
5050
-r{toxinidir}/doc-source/requirements.txt
51-
commands = sphinx-build -M html . ./build
51+
commands = sphinx-build -M html . ./build {posargs}
5252

5353

5454

0 commit comments

Comments
 (0)