diff --git a/conf.py b/conf.py
index aec47d6a143a1332b66b57096324911184abfe2f..d8eafa6f5cd91ae3e0751d61e955e191c0c9e069 100644
--- a/conf.py
+++ b/conf.py
@@ -193,7 +193,7 @@ html_theme_options = {
     "footer_end": ["last-updated"],
     # "content_footer_items": ["last-updated"],
     "secondary_sidebar_items": {
-        "**": ["page-toc", "edit-this-page", "sourcelink","oshw"]
+        "**": ["page-toc", "edit-this-page", "sourcelink","pdf","oshw"]
     },
 }
 
@@ -303,4 +303,4 @@ latex_elements = {
 
 for board_path in boards_path:
     board_tex_name = board_path.split('/')[-1]
-    latex_documents.append([(board_path, board_tex_name+".tex", "", author, "manual"),])
\ No newline at end of file
+    latex_documents.append([(board_path+"index", board_tex_name+".tex", "", author, "manual"),])
\ No newline at end of file
diff --git a/gitlab-build.sh b/gitlab-build.sh
index 6518dbd6a1100c103c45115abf24a5a5391e78b6..e996b81313bf996e7945804df2eb16fc3a271ff6 100755
--- a/gitlab-build.sh
+++ b/gitlab-build.sh
@@ -56,9 +56,9 @@ HERE
 		# Build, optimize, and serve PDF
 		make latexpdf BUILDDIR=public
 
-		echo "**** pdfcpu ****"
-		pdfcpu version
-		pdfcpu optimize public/latex/beagleboard-docs.pdf
+		# echo "**** pdfcpu ****"
+		# pdfcpu version
+		# pdfcpu optimize public/latex/beagleboard-docs.pdf
 
 		echo "**** cleanup ****"
 		mkdir -p public/pdf