Skip to content

Commit 14593d3

Browse files
committed
remove docs-links
1 parent 63284b2 commit 14593d3

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: "Running: ${{ matrix.tox-env-name }}"
1111
strategy:
1212
matrix:
13-
tox-env-name: ["docs", "docs-links"]
13+
tox-env-name: ["docs"]
1414

1515
runs-on: ubuntu-latest
1616
steps:

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ deps = -rdocs/requirements-docs.txt
66
commands =
77
{envpython} -m sphinx -b html docs docs/_build/html
88

9-
[testenv:docs-links]
10-
deps = -rdocs/requirements-docs.txt
11-
commands =
12-
{envpython} -m sphinx -b linkcheck docs docs/_build/html
13-
149
[testenv:clean-docs]
1510
skip_install = true
1611
deps =

0 commit comments

Comments
 (0)