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

Commitc0f9014

Browse files
authored
Fix some sphinx warnings (#9) (#82)
* Fix some deprecation warnings in Doc/conf.py* Fix an rst error in Misc/NEWSContributed by Ryan Gonzalez@kirbyfan64(cherry picked from commite7ffb99)
1 parent3ae8fd4 commitc0f9014

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

‎Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PAPER =
1010
SOURCES =
1111
DISTVERSION =$(shell$(PYTHON) tools/extensions/patchlevel.py)
1212

13-
ALLSPHINXOPTS = -b$(BUILDER) -d build/doctrees -Dlatex_paper_size=$(PAPER)\
13+
ALLSPHINXOPTS = -b$(BUILDER) -d build/doctrees -Dlatex_elements.papersize=$(PAPER)\
1414
$(SPHINXOPTS) . build/$(BUILDER)$(SOURCES)
1515

1616
.PHONY: help build html htmlhelp latex text changes linkcheck\

‎Doc/conf.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,24 @@
8888
# Options for LaTeX output
8989
# ------------------------
9090

91+
# Get LaTeX to handle Unicode correctly
92+
latex_elements= {'inputenc':r'\usepackage[utf8x]{inputenc}','utf8extra':''}
93+
94+
# Additional stuff for the LaTeX preamble.
95+
latex_elements['preamble']=r'''
96+
\authoraddress{
97+
\strong{Python Software Foundation}\\
98+
Email: \email{docs@python.org}
99+
}
100+
\let\Verbatim=\OriginalVerbatim
101+
\let\endVerbatim=\endOriginalVerbatim
102+
'''
103+
91104
# The paper size ('letter' or 'a4').
92-
latex_paper_size='a4'
105+
latex_elements['papersize']='a4'
93106

94107
# The font size ('10pt', '11pt' or '12pt').
95-
latex_font_size='10pt'
108+
latex_elements['font_size']='10pt'
96109

97110
# Grouping the document tree into LaTeX files. List of tuples
98111
# (source start file, target name, title, author, document class [howto/manual]).
@@ -125,22 +138,9 @@
125138
forfninos.listdir('howto')
126139
iffn.endswith('.rst')andfn!='index.rst')
127140

128-
# Additional stuff for the LaTeX preamble.
129-
latex_preamble=r'''
130-
\authoraddress{
131-
\strong{Python Software Foundation}\\
132-
Email: \email{docs@python.org}
133-
}
134-
\let\Verbatim=\OriginalVerbatim
135-
\let\endVerbatim=\endOriginalVerbatim
136-
'''
137-
138141
# Documents to append as an appendix to all manuals.
139142
latex_appendices= ['glossary','about','license','copyright']
140143

141-
# Get LaTeX to handle Unicode correctly
142-
latex_elements= {'inputenc':r'\usepackage[utf8x]{inputenc}','utf8extra':''}
143-
144144
# Options for Epub output
145145
# -----------------------
146146

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp