Skip to content

Commit

Permalink
[backport]: do not include agh_logo.png which doesn't exist
Browse files Browse the repository at this point in the history
backported from 8f3355179c509995c49034ed3ef973230bebb37b
  • Loading branch information
gucio321 committed Dec 29, 2024
1 parent ed94080 commit 272281c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def defineLatexVar(varName : str, var : str) -> str:

return r'\newcommand{' + varName + r'}{' + var + "}"

latex_additional_files = ['resources/titlepage.cls', 'resources/logo_AGH.jpg']
latex_additional_files = ['resources/titlepage.cls']
latex_elements = {
'papersize': 'a4paper',
'pointsize': '12pt',
Expand Down

0 comments on commit 272281c

Please sign in to comment.