We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b611a13 commit 308bd78Copy full SHA for 308bd78
conf.py
@@ -132,6 +132,7 @@
132
conf.project.basepath,
133
'mongodb-bi-connector', 'epub'),
134
'nav_excluded': sconf.theme.nav_excluded,
135
+ 'version_selector': get_versions(conf),
136
}
137
138
html_sidebars = sconf.sidebars
config/sphinx_local.yaml
@@ -1,10 +1,10 @@
1
-project: 'mongodb-bi-connector'
+project: 'bi-connector'
2
master_doc: 'index'
3
paths:
4
static: ['source/.static']
5
theme:
6
- name: 'ecosystem'
7
- sitename: 'MongoDB Connector for Business Intelligence'
+ name: 'meta-driver'
+ sitename: 'MongoDB Connector for BI'
8
jira: 'DOCS'
9
google_analytics: 'UA-7301842-8'
10
nav_excluded:
0 commit comments