Skip to content

Commit beab599

Browse files
committed
Use local docker-compose domain for API URL
1 parent 425ef4f commit beab599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
hoverxref_tooltip_api_host = 'https://readthedocs.org'
5959
if os.environ.get('LOCAL_READTHEDOCS') == 'True':
6060
# Building on a local Read the Docs instance
61-
hoverxref_tooltip_api_host = 'http://dev.readthedocs.io:8000'
61+
hoverxref_tooltip_api_host = 'http://community.dev.readthedocs.io'
6262

6363
hoverxref_tooltip_maxwidth = 650
6464
hoverxref_auto_ref = True

0 commit comments

Comments
 (0)