File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1919 run : |
2020 python3 --version
2121 sphinx-build --version
22+ DEBIAN_FRONTEND=noninteractive apt-get update -y
23+ DEBIAN_FRONTEND=noninteractive apt-get install texlive-fonts-recommended -y
2224 - name : Lint .rst files
2325 run : |
2426 if find . -name '*.rst' | xargs grep -P '\t'; then echo 'Tabs are bad, please use four spaces in .rst files.'; false; fi
Original file line number Diff line number Diff line change @@ -149,6 +149,8 @@ def get_git_revision_short_hash():
149149
150150\usepackage{titling}
151151\usepackage{fancyhdr}
152+ \usepackage{times}
153+ \usepackage{courier}
152154\makeatletter
153155\fancypagestyle{normal}{
154156 \fancyhf{}
@@ -261,7 +263,7 @@ def get_git_revision_short_hash():
261263
262264 # The font size ('10pt', '11pt' or '12pt').
263265 #
264- 'pointsize' : '12pt ' ,
266+ 'pointsize' : '11pt ' ,
265267
266268 # Other document class options - ensure uniform header/footer
267269 'classoptions' : ',oneside,openany' ,
You can’t perform that action at this time.
0 commit comments