Skip to content

Commit

Permalink
and again
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Scott committed Aug 30, 2019
1 parent 2adb54f commit 3d66824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
if on_rtd:
rtd_version = os.environ.get('READTHEDOCS_VERSION')
rtd_domain = 'draft-openaps-reorg' # TEMPORARY to keep links working on RTD preview. os.environ.get('RTDDOMAIN', 'openaps')
hosted_root = 'https://%s.readthedocs.org/en/%s/' % rtd_domain, rtd_version
hosted_root = 'https://%s.readthedocs.org/en/%s/' % (rtd_domain, rtd_version)
def setup(app):
app.add_config_value('recommonmark_config', {
# 'url_resolver': lambda url: github_doc_root + url,
Expand Down

0 comments on commit 3d66824

Please sign in to comment.