mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +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 = {
|
latex_elements = {
|
||||||
'releasename': 'Version',
|
'releasename': 'Version',
|
||||||
'preamble': r'''
|
'preamble': r'''
|
||||||
|
\pdfinfoomitdate 1
|
||||||
|
\pdfsuppressptexinfo 1
|
||||||
|
\pdftrailerid{}
|
||||||
\usepackage{lmodern}
|
\usepackage{lmodern}
|
||||||
\usepackage{comment}
|
\usepackage{comment}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue