Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Nov 22, 2022
1 parent cd26523 commit 94e10d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"sphinx_copybutton",
"sphinx_json_schema_spec",
"sphinxcontrib.spelling",
# FIXME: Disabled, as it's raising exceptions on build. Needs looking into.
# "sphinxext.opengraph",
"sphinxext.opengraph",
]

pygments_style = "lovelace"
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ sphinxcontrib-spelling==7.7.0
# via -r docs/requirements.in
sphinxext-opengraph==0.7.2
# via -r docs/requirements.in
structlog==22.1.0
structlog==22.2.0
# via bowtie-json-schema
typing-extensions==4.4.0
# via aiodocker
Expand Down
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def docs(session, builder):
str(DOCS),
str(tmpdir / builder),
*argv,
# FIXME: https://github.com/wpilibsuite/sphinxext-opengraph/issues/87
env={} if builder != "dirhtml" else {"READTHEDOCS": "true"},
)


Expand Down

0 comments on commit 94e10d9

Please sign in to comment.