We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fcd91b + 2a6689f commit 051c0dfCopy full SHA for 051c0df
hoverxref/extension.py
@@ -232,6 +232,7 @@ def setup(app):
232
# Read the Docs use ``readthedocs`` as the name of the build, so we need to
233
# replace this as well
234
app.set_translator('readthedocs', HoverXRefHTMLTranslator, override=True)
235
+ app.set_translator('readthedocsdirhtml', HoverXRefHTMLTranslator, override=True)
236
237
app.connect('config-inited', setup_domains)
238
app.connect('config-inited', setup_sphinx_tabs)
0 commit comments