|
@@ -95,7 +95,8 @@ copyright = u'2014, GRASS Development Team'
|
|
|
|
|
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
|
|
# for a list of supported languages.
|
|
|
-language = 'python'
|
|
|
+# http://sphinx-doc.org/config.html#options-for-internationalization
|
|
|
+language = 'en'
|
|
|
|
|
|
# There are two options for replacing |today|: either, you set today to some
|
|
|
# non-false value, then it is used:
|
|
@@ -234,7 +235,7 @@ latex_elements = {
|
|
|
# (source start file, target name, title,
|
|
|
# author, documentclass [howto, manual, or own class]).
|
|
|
latex_documents = [
|
|
|
- ('index', 'PythonLib.tex', u'Python Librart Documentation',
|
|
|
+ ('index', 'PythonLib.tex', u'Python Library Documentation',
|
|
|
u'GRASS Development Team', 'manual'),
|
|
|
]
|
|
|
|