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 722b4b3 commit a8c0f88Copy full SHA for a8c0f88
conf.py
@@ -120,7 +120,7 @@
120
'epubpath': manual_edition_path + '.epub',
121
'manual_path': meta['manual_path'],
122
'translations': languages,
123
- 'langauge': langauge,
+ 'language': language,
124
'repo_name': 'docs',
125
'jira_project': 'DOCS',
126
'google_analytics': 'UA-7301842-8',
@@ -197,7 +197,7 @@
197
epub_theme = 'epub_mongodb'
198
epub_tocdup = True
199
epub_tocdepth = 3
200
-epub_language = langauge
+epub_language = language
201
epub_scheme = 'url'
202
epub_identifier = 'http://docs.mongodb.org/' + meta['branch']
203
epub_exclude_files = []
0 commit comments