From 875253c57e81ef1a862372155df3a75918f75a24 Mon Sep 17 00:00:00 2001 From: Victor Poughon <victor.poughon@cnes.fr> Date: Mon, 12 Aug 2019 15:47:52 +0200 Subject: [PATCH] REFAC: remove latex stuff from rst/conf.py.in --- Documentation/Cookbook/rst/conf.py.in | 68 --------------------------- 1 file changed, 68 deletions(-) diff --git a/Documentation/Cookbook/rst/conf.py.in b/Documentation/Cookbook/rst/conf.py.in index 3f02cb4fc7..f4658fb28e 100644 --- a/Documentation/Cookbook/rst/conf.py.in +++ b/Documentation/Cookbook/rst/conf.py.in @@ -43,8 +43,6 @@ extensions = [ 'sphinx.ext.extlinks', ] -imgmath_latex='@LATEX_COMMAND@' - # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -207,48 +205,6 @@ html_show_copyright = True htmlhelp_basename = 'OTBCookBookdoc' -# -- Options for LaTeX output --------------------------------------------- - -latex_elements = { - 'inputenc': '\\usepackage[latin10,utf8]{inputenc}', -# The paper size ('letterpaper' or 'a4paper'). -#'papersize': 'letterpaper', - -# The font size ('10pt', '11pt' or '12pt'). -#'pointsize': '10pt', - -# Additional stuff for the LaTeX preamble. - 'preamble': '\\DeclareUnicodeCharacter{021B}{\\textcommabelow t}' -} - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, -# author, documentclass [howto, manual, or own class]). -latex_documents = [ - ('index', 'CookBook-@OTB_VERSION_MAJOR@.@OTB_VERSION_MINOR@.@OTB_VERSION_PATCH@.tex', u'OTB CookBook Documentation', - u'OTB Team', 'manual'), -] - -# The name of an image file (relative to this directory) to place at the top of -# the title page. -#latex_logo = None - -# For "manual" documents, if this is true, then toplevel headings are parts, -# not chapters. -#latex_use_parts = False - -# If true, show page references after internal links. -#latex_show_pagerefs = False - -# If true, show URL addresses after external links. -#latex_show_urls = False - -# Documents to append as an appendix to all manuals. -#latex_appendices = [] - -# If false, no module index is generated. -#latex_domain_indices = True - # -- Options for manual page output --------------------------------------- @@ -262,30 +218,6 @@ man_pages = [ # If true, show URL addresses after external links. #man_show_urls = False - -# -- Options for Texinfo output ------------------------------------------- - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -texinfo_documents = [ - ('index', 'OTBCookBook', u'OTB CookBook Documentation', - u'OTB Team', 'OTBCookBook', 'One line description of project.', - 'Miscellaneous'), -] - -# Documents to append as an appendix to all manuals. -#texinfo_appendices = [] - -# If false, no module index is generated. -#texinfo_domain_indices = True - -# How to display URL addresses: 'footnote', 'no', or 'inline'. -#texinfo_show_urls = 'footnote' - -# If true, do not generate a @detailmenu in the "Top" node's menu. -#texinfo_no_detailmenu = False - extlinks = { 'doxygen': ("http://www.orfeo-toolbox.org/doxygen/classotb_1_1%s.html", "otb::"), 'doxygen-itk': ("http://www.itk.org/Doxygen/html/classitk_1_1%s.html", "itk::") -- GitLab