Skip to content

Commit

Permalink
Merge pull request #41 from JulieSchramm/feature/fix_css_error_v5
Browse files Browse the repository at this point in the history
Feature/fix css error v5 Fix URL to PDF version of v5.0.0
  • Loading branch information
JulieSchramm authored May 12, 2021
2 parents a61763f + c703ba0 commit dfa3341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CCPPtechnical/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
html_static_path = ['_static']

def setup(app):
app.add_stylesheet('custom.css') # may also be an URL
app.add_css_file('custom.css') # may also be an URL

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
Expand Down Expand Up @@ -142,7 +142,7 @@ def setup(app):
# Latex figure (float) alignment
#
# 'figure_align': 'htbp',
'maketitle': r'\newcommand\sphinxbackoftitlepage{For referencing this document please use: \newline \break Schramm, J., L. Bernardet, L. Carson, G. Firl, D. Heinzeller, L. Pan, and M. Zhang, 2021. CCPP Technical Documentation Release v5.0.0. Available at https://ccpp-techdoc.readthedocs.io/en/v5.0.0/pdf.}\sphinxmaketitle'
'maketitle': r'\newcommand\sphinxbackoftitlepage{For referencing this document please use: \newline \break Schramm, J., L. Bernardet, L. Carson, G. Firl, D. Heinzeller, L. Pan, and M. Zhang, 2021. CCPP Technical Documentation Release v5.0.0. Available at https://ccpp-techdoc.readthedocs.io/\textunderscore/downloads/en/v5.0.0/pdf/.}\sphinxmaketitle'
}

# Grouping the document tree into LaTeX files. List of tuples
Expand Down

0 comments on commit dfa3341

Please sign in to comment.