Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit405eb9a

Browse files
committed
Try building a PDF
1 parentc61288a commit405eb9a

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
defsetup(app):
6068

6169
defadd_contributing_banner(app,doctree):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp