We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63284b2 commit 14593d3Copy full SHA for 14593d3
.github/workflows/docs.yml
@@ -10,7 +10,7 @@ jobs:
10
name: "Running: ${{ matrix.tox-env-name }}"
11
strategy:
12
matrix:
13
- tox-env-name: ["docs", "docs-links"]
+ tox-env-name: ["docs"]
14
15
runs-on: ubuntu-latest
16
steps:
tox.ini
@@ -6,11 +6,6 @@ deps = -rdocs/requirements-docs.txt
6
commands =
7
{envpython} -m sphinx -b html docs docs/_build/html
8
9
-[testenv:docs-links]
-deps = -rdocs/requirements-docs.txt
-commands =
- {envpython} -m sphinx -b linkcheck docs docs/_build/html
-
[testenv:clean-docs]
skip_install = true
deps =
0 commit comments