Skip to content

Commit 051c0df

Browse files
committed
Merge branch 'master' of github.com:humitos/sphinx-hoverxref
2 parents 9fcd91b + 2a6689f commit 051c0df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hoverxref/extension.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ def setup(app):
232232
# Read the Docs use ``readthedocs`` as the name of the build, so we need to
233233
# replace this as well
234234
app.set_translator('readthedocs', HoverXRefHTMLTranslator, override=True)
235+
app.set_translator('readthedocsdirhtml', HoverXRefHTMLTranslator, override=True)
235236

236237
app.connect('config-inited', setup_domains)
237238
app.connect('config-inited', setup_sphinx_tabs)

0 commit comments

Comments
 (0)