Skip to content

Commit 000dd3d

Browse files
committed
Remove making believe we are ReadTheDocs in CI builds.
New sphinxext.opengraph seems to resolve the issue.
1 parent 5563044 commit 000dd3d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ sphinxcontrib-serializinghtml==1.1.5
9797
# via sphinx
9898
sphinxcontrib-spelling==7.7.0
9999
# via -r docs/requirements.in
100-
sphinxext-opengraph==0.7.2
100+
sphinxext-opengraph==0.7.3
101101
# via -r docs/requirements.in
102102
unidecode==1.3.6
103103
# via sphinx-autoapi

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ commands = {envpython} -m mypy --config {toxinidir}/pyproject.toml {posargs} {to
9595

9696
[testenv:docs-dirhtml]
9797
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
10298
deps =
10399
-r{toxinidir}/docs/requirements.txt
104100

0 commit comments

Comments
 (0)