Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 4a0dab42 authored by Jason Kridner's avatar Jason Kridner
Browse files

rename pdf

parent 23f0a77a
Branches
No related merge requests found
......@@ -19,7 +19,7 @@ pages_main:
script:
- sphinx-build -b html . public/latest
- sphinx-build -M latexpdf . public/latest
- mv public/latest/latex/bbdocs.pdf public/latest
- mv public/latest/latex/beagleboard-docs.pdf public/latest/
- cp redirect.html public/index.html
artifacts:
paths:
......@@ -32,7 +32,7 @@ pages_branch:
script:
- sphinx-build -b html . public/$CI_COMMIT_REF_NAME
- sphinx-build -M latexpdf . public/$CI_COMMIT_REF_NAME
- mv public/$CI_COMMIT_REF_NAME/latex/bbdocs.pdf public/$CI_COMMIT_REF_NAME
- mv public/$CI_COMMIT_REF_NAME/latex/beagleboard-docs.pdf public/$CI_COMMIT_REF_NAME/
artifacts:
paths:
- public
......
......@@ -110,7 +110,7 @@ latex_elements = {
}
latex_logo = str(BBDOCS_BASE / "_static" / "images" / "logo-latex.pdf")
latex_documents = [
("index-tex", "bbdocs.tex", "BeagleBoard Docs", author, "manual"),
("index-tex", "beagleboard-docs.tex", "BeagleBoard Docs", author, "manual"),
]
def setup(app):
......
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