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.
1 parent 425ef4f commit beab599Copy full SHA for beab599
docs/conf.py
@@ -58,7 +58,7 @@
58
hoverxref_tooltip_api_host = 'https://readthedocs.org'
59
if os.environ.get('LOCAL_READTHEDOCS') == 'True':
60
# Building on a local Read the Docs instance
61
- hoverxref_tooltip_api_host = 'http://dev.readthedocs.io:8000'
+ hoverxref_tooltip_api_host = 'http://community.dev.readthedocs.io'
62
63
hoverxref_tooltip_maxwidth = 650
64
hoverxref_auto_ref = True
0 commit comments