Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 2baddb66 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

WIP PDF download link

parent 50bb72f6
Branches
2 merge requests!13All my merges,!12Site major update
{% if pages_slug != "index" %}
{% for proposal_name in proposals %}
{{pages_slug}}
<a class="btn btn-danger btn-sm btn-block" role="button" href="https://www.w3schools.com">
{{proposal_name}}.pdf
</a>
{% endfor %}
{% endif %}
\ No newline at end of file
......@@ -116,6 +116,10 @@ html_theme_options = {
"footer_start": ["copyright"],
"footer_end": ["last-updated"],
# "content_footer_items": ["last-updated"],
"secondary_sidebar_items": {
"**": ["page-toc", "edit-this-page", "sourcelink"],
"proposals/template": ["page-toc", "edit-this-page", "sourcelink","pdf"]
}
}
html_context = {
......@@ -133,6 +137,7 @@ html_context = {
"edit_page_url_template": "{{ my_vcs_site }}{{ file_name }}",
"edit_page_provider_name": "OpenBeagle",
"my_vcs_site": "https://openbeagle.org/gsoc/gsoc.beagleboard.io/-/edit/main/",
"proposals":["template"]
}
# -- Options for proposal PDF generation --
......@@ -151,6 +156,7 @@ latex_elements = {
)
),
}
latex_engine = "xelatex"
latex_logo = str("_static/images/logo-latex.pdf")
latex_documents = [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment