Skip to content

Commit

Permalink
Remove making believe we are ReadTheDocs in CI builds.
Browse files Browse the repository at this point in the history
New sphinxext.opengraph seems to resolve the issue.
  • Loading branch information
Julian committed Nov 22, 2022
1 parent 5563044 commit 000dd3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-spelling==7.7.0
# via -r docs/requirements.in
sphinxext-opengraph==0.7.2
sphinxext-opengraph==0.7.3
# via -r docs/requirements.in
unidecode==1.3.6
# via sphinx-autoapi
Expand Down
4 changes: 0 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ commands = {envpython} -m mypy --config {toxinidir}/pyproject.toml {posargs} {to

[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

Expand Down

0 comments on commit 000dd3d

Please sign in to comment.