|
313 | 313 | ]
|
314 | 314 |
|
315 | 315 | # A comma-separated list of custom stylesheets. Example:
|
316 |
| -pdf_stylesheets = ['sphinx','a4','freetype-serif'] |
| 316 | +pdf_stylesheets = ['synopsys.style'] |
317 | 317 |
|
318 | 318 | # A list of folders to search for stylesheets. Example:
|
319 | 319 | pdf_style_path = ['.', '_styles']
|
|
331 | 331 |
|
332 | 332 | # Mode for literal blocks wider than the frame. Can be
|
333 | 333 | # overflow, shrink or truncate
|
334 |
| -#pdf_fit_mode = "shrink" |
| 334 | +pdf_fit_mode = "truncate" |
335 | 335 |
|
336 | 336 | # Section level that forces a break page.
|
337 | 337 | # For example: 1 means top-level sections start in a new page
|
|
344 | 344 |
|
345 | 345 | # Insert footnotes where they are defined instead of
|
346 | 346 | # at the end.
|
347 |
| -#pdf_inline_footnotes = True |
| 347 | +pdf_inline_footnotes = True |
348 | 348 |
|
349 | 349 | # verbosity level. 0 1 or 2
|
350 | 350 | #pdf_verbosity = 0
|
351 | 351 |
|
352 | 352 | # If false, no index is generated.
|
353 |
| -#pdf_use_index = True |
| 353 | +pdf_use_index = True |
354 | 354 |
|
355 | 355 | # If false, no modindex is generated.
|
356 | 356 | #pdf_use_modindex = True
|
357 | 357 |
|
358 | 358 | # If false, no coverpage is generated.
|
359 |
| -#pdf_use_coverpage = True |
| 359 | +pdf_use_coverpage = True |
360 | 360 |
|
361 | 361 | # Name of the cover page template to use
|
362 |
| -#pdf_cover_template = 'sphinxcover.tmpl' |
| 362 | +pdf_cover_template = '_templates/synopsys.tmpl' |
363 | 363 |
|
364 | 364 | # Documents to append as an appendix to all manuals.
|
365 | 365 | #pdf_appendices = []
|
|
385 | 385 | pdf_toc_depth = 2
|
386 | 386 |
|
387 | 387 | # Add section number to section references
|
388 |
| -pdf_use_numbered_links = False |
| 388 | +pdf_use_numbered_links = True |
389 | 389 |
|
390 | 390 | # Background images fitting mode
|
391 | 391 | pdf_fit_background_mode = 'scale'
|
392 | 392 |
|
393 | 393 | # Repeat table header on tables that cross a page boundary?
|
394 | 394 | pdf_repeat_table_rows = True
|
| 395 | + |
0 commit comments