Skip to content

Commit

Permalink
fix typo in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Scott committed Aug 30, 2019
1 parent eab9346 commit 2adb54f
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 @@ -414,7 +414,7 @@
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
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')
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
def setup(app):
app.add_config_value('recommonmark_config', {
Expand Down

0 comments on commit 2adb54f

Please sign in to comment.