##// END OF EJS Templates
Remove latex_paper_size, it's no longer recognized
farisachugthai -
Show More
@@ -125,7 +125,7 b' import logging'
125
125
126 class ConfigtraitFilter(logging.Filter):
126 class ConfigtraitFilter(logging.Filter):
127 """
127 """
128 This is a filter to remove in sphinx 3+ the error about config traits being duplicated.
128 This is a filter to remove in sphinx 3+ the error about config traits being duplicated.
129
129
130 As we autogenerate configuration traits from, subclasses have lots of
130 As we autogenerate configuration traits from, subclasses have lots of
131 duplication and we want to silence them. Indeed we build on travis with
131 duplication and we want to silence them. Indeed we build on travis with
@@ -261,9 +261,6 b" intersphinx_mapping = {'python': ('https://docs.python.org/3/', None),"
261 # Options for LaTeX output
261 # Options for LaTeX output
262 # ------------------------
262 # ------------------------
263
263
264 # The paper size ('letter' or 'a4').
265 latex_paper_size = 'letter'
266
267 # The font size ('10pt', '11pt' or '12pt').
264 # The font size ('10pt', '11pt' or '12pt').
268 latex_font_size = '11pt'
265 latex_font_size = '11pt'
269
266
General Comments 0
You need to be logged in to leave comments. Login now