diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7a4776992c14cfc04154de6419d3314ff67d66c5..887120cb9fc0cece06ace9c324dfd7aca500d80a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
diff --git a/conf.py b/conf.py
index c358fe6f897fb762041730ef0410fff1f35fb4e9..038b203e6f2294fc88749ee081d82730374a8443 100644
--- a/conf.py
+++ b/conf.py
@@ -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):