Thanks to visit codestin.com Credit goes to github.com
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 5563044 commit 000dd3dCopy full SHA for 000dd3d
2 files changed
docs/requirements.txt
@@ -97,7 +97,7 @@ sphinxcontrib-serializinghtml==1.1.5
97
# via sphinx
98
sphinxcontrib-spelling==7.7.0
99
# via -r docs/requirements.in
100
-sphinxext-opengraph==0.7.2
+sphinxext-opengraph==0.7.3
101
102
unidecode==1.3.6
103
# via sphinx-autoapi
tox.ini
@@ -95,10 +95,6 @@ commands = {envpython} -m mypy --config {toxinidir}/pyproject.toml {posargs} {to
95
96
[testenv:docs-dirhtml]
commands = {envpython} -m sphinx -b dirhtml {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
-# REMOVEME: See https://github.com/wpilibsuite/sphinxext-opengraph/issues/87
-setenv =
- {[testenv]setenv}
- READTHEDOCS=true
deps =
-r{toxinidir}/docs/requirements.txt
104
0 commit comments