Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 1eea296

Browse files
authored
Merge pull request #36 from readthedocs/humitos/local-readthedocs
Use URL for docker-compose instance when building locally
2 parents e3ef256 + 3c1cde2 commit 1eea296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
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)