We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760e9bd commit 9d4c46bCopy full SHA for 9d4c46b
conf.py
@@ -88,7 +88,10 @@ def has(self, *args):
88
'opsmgr': ('https://docs.opsmanager.mongodb.com/current%s', ''),
89
'products': ('https://www.mongodb.com/products%s', ''),
90
'wtdocs': ('https://source.wiredtiger.com/mongodb-3.2%s', ''),
91
-
+ 'v3.0': ('https://docs.mongodb.com/v3.0%s', ''),
92
+ 'v2.6': ('https://docs.mongodb.com/v2.6%s', ''),
93
+ 'v2.4': ('https://docs.mongodb.com/v2.4%s', ''),
94
+ 'v2.2': ('https://docs.mongodb.com/v2.2%s', '')
95
}
96
source_constants = {
97
'version': version,
@@ -97,8 +100,8 @@ def has(self, *args):
100
98
101
99
102
## add `extlinks` for each published version.
-for i in conf.git.branches.published:
- extlinks[i] = ( ''.join([ conf.project.url, '/', i, '%s' ]), '' )
103
+#for i in conf.git.branches.published:
104
+# extlinks[i] = ( ''.join([ conf.project.url, '/', i, '%s' ]), '' )
105
106
intersphinx_mapping = {}
107
for i in conf.system.files.data.intersphinx:
0 commit comments