mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
Merge pull request #4941 from DanielG/sphinx-reproducible
docs: Add latex magic to make PDFs reproducible again
This commit is contained in:
commit
fac13f12c6
|
@ -93,6 +93,9 @@ bibtex_bibfiles = ['literature.bib']
|
|||
latex_elements = {
|
||||
'releasename': 'Version',
|
||||
'preamble': r'''
|
||||
\pdfinfoomitdate 1
|
||||
\pdfsuppressptexinfo 1
|
||||
\pdftrailerid{}
|
||||
\usepackage{lmodern}
|
||||
\usepackage{comment}
|
||||
|
||||
|
|
Loading…
Reference in a new issue