[pytango] 317/483: fix pdf generation

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.

commit 58e809765810aa557423c3bc46939c2ca8de1c7b
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Fri Nov 22 13:54:38 2013 +0000

    fix pdf generation
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24342 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 doc/conf.py | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/doc/conf.py b/doc/conf.py
index fb46078..302e1b5 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -195,12 +195,6 @@ htmlhelp_basename = 'PyTangodoc'
 
 # -- Options for LaTeX output --------------------------------------------------
 
-# The paper size ('letter' or 'a4').
-latex_paper_size = 'a4'
-
-# The font size ('10pt', '11pt' or '12pt').
-latex_font_size = '10pt'
-
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, documentclass [howto/manual]).
 latex_documents = [
@@ -214,8 +208,11 @@ latex_logo = '_static/logo.png'
 
 latex_elements = {
     'fontpkg': '\\usepackage{palatino}',
+    'papersize': 'a4paper',
+    'pointsize': '10pt',
+    
 }
-latex_show_urls = 'footnote'
+latex_show_urls = 'no'
 
 # For "manual" documents, if this is true, then toplevel headings are parts,
 # not chapters.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list