mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 11:49:40 +02:00
Rename EPUB to OpenPGP_for_application_developers.epub
Fix link provided on website. Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
parent
144f10a526
commit
036f979167
4 changed files with 5 additions and 5 deletions
|
@ -61,7 +61,7 @@ epub_cover = ('_static/epub/img/cover.svg', 'cover.j2')
|
|||
epub_css_files = [
|
||||
'epub/css/custom.css'
|
||||
]
|
||||
epub_title = project.replace(" ", "_")
|
||||
epub_basename = project.replace(" ", "_")
|
||||
|
||||
# -- Options for HTML output -------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
||||
|
@ -83,7 +83,7 @@ html_theme_options = {
|
|||
'code_font_size': '9pt',
|
||||
'extra_nav_links': {
|
||||
'Sources on Codeberg': upstream_url,
|
||||
'Download EPUB': f'https://openpgp.dev/epub/{epub_title}.epub',
|
||||
'Download EPUB': f'https://openpgp.dev/book/{epub_basename}.epub',
|
||||
},
|
||||
'show_relbars': 'yes',
|
||||
'show_powered_by': False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue