Skip to content

Commit 308bd78

Browse files
committed
Add version selector
1 parent b611a13 commit 308bd78

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
conf.project.basepath,
133133
'mongodb-bi-connector', 'epub'),
134134
'nav_excluded': sconf.theme.nav_excluded,
135+
'version_selector': get_versions(conf),
135136
}
136137

137138
html_sidebars = sconf.sidebars

config/sphinx_local.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
project: 'mongodb-bi-connector'
1+
project: 'bi-connector'
22
master_doc: 'index'
33
paths:
44
static: ['source/.static']
55
theme:
6-
name: 'ecosystem'
7-
sitename: 'MongoDB Connector for Business Intelligence'
6+
name: 'meta-driver'
7+
sitename: 'MongoDB Connector for BI'
88
jira: 'DOCS'
99
google_analytics: 'UA-7301842-8'
1010
nav_excluded:

0 commit comments

Comments
 (0)