Skip to content

Commit 94e10d9

Browse files
committed
1 parent cd26523 commit 94e10d9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/conf.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"sphinx_copybutton",
3434
"sphinx_json_schema_spec",
3535
"sphinxcontrib.spelling",
36-
# FIXME: Disabled, as it's raising exceptions on build. Needs looking into.
37-
# "sphinxext.opengraph",
36+
"sphinxext.opengraph",
3837
]
3938

4039
pygments_style = "lovelace"

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ sphinxcontrib-spelling==7.7.0
146146
# via -r docs/requirements.in
147147
sphinxext-opengraph==0.7.2
148148
# via -r docs/requirements.in
149-
structlog==22.1.0
149+
structlog==22.2.0
150150
# via bowtie-json-schema
151151
typing-extensions==4.4.0
152152
# via aiodocker

noxfile.py

+2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ def docs(session, builder):
113113
str(DOCS),
114114
str(tmpdir / builder),
115115
*argv,
116+
# FIXME: https://github.com/wpilibsuite/sphinxext-opengraph/issues/87
117+
env={} if builder != "dirhtml" else {"READTHEDOCS": "true"},
116118
)
117119

118120

0 commit comments

Comments
 (0)