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 c61288a commit 405eb9aCopy full SHA for 405eb9a
conf.py
@@ -56,6 +56,14 @@
56
gettext_compact = False
57
locale_dirs = ['../locales', 'cpython/locales'] # relative to the sourcedir
58
59
+
60
+# NOTE: Read the Docs does not support "multi document output".
61
+# So, we put all the documentation as a single file for now.
62
+latex_documents = [
63
+ ('index', 'python-docs-es.tex', u'Documentación de Python en Español',
64
+ _stdauthor, 'manual'),
65
+]
66
67
def setup(app):
68
69
def add_contributing_banner(app, doctree):
0 commit comments