diff --git a/conf.py b/conf.py index 4f04811069b..4b0724e6d1f 100644 --- a/conf.py +++ b/conf.py @@ -86,7 +86,7 @@ 'mms-hosted': ('https://mms.mongodb.org/help-hosted%s', ''), 'about': ('http://www.mongodb.org/about%s', '') } -h + ## add `extlinks` for each published version. for i in conf.git.branches.published: extlinks[i] = ( ''.join([ conf.project.url, '/', i, '%s' ]), '' )