Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 405eb9a

Browse files
committed
Try building a PDF
1 parent c61288a commit 405eb9a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@
5656
gettext_compact = False
5757
locale_dirs = ['../locales', 'cpython/locales'] # relative to the sourcedir
5858

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+
5967
def setup(app):
6068

6169
def add_contributing_banner(app, doctree):

0 commit comments

Comments
 (0)