File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ sphinxcontrib-serializinghtml==1.1.5
97
97
# via sphinx
98
98
sphinxcontrib-spelling == 7.7.0
99
99
# via -r docs/requirements.in
100
- sphinxext-opengraph == 0.7.2
100
+ sphinxext-opengraph == 0.7.3
101
101
# via -r docs/requirements.in
102
102
unidecode == 1.3.6
103
103
# via sphinx-autoapi
Original file line number Diff line number Diff line change @@ -95,10 +95,6 @@ commands = {envpython} -m mypy --config {toxinidir}/pyproject.toml {posargs} {to
95
95
96
96
[testenv:docs-dirhtml]
97
97
commands = {envpython} -m sphinx -b dirhtml {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
98
- # REMOVEME: See https://github.com/wpilibsuite/sphinxext-opengraph/issues/87
99
- setenv =
100
- {[testenv]setenv}
101
- READTHEDOCS =true
102
98
deps =
103
99
-r{toxinidir}/docs/requirements.txt
104
100
You can’t perform that action at this time.
0 commit comments