Salome HOME
simplification
[modules/homard.git] / doc / fr / conf.py.in
index f2f51182612ac6631838ae8f52b7fced59a86f4c..10096c9c07918c311fc544418ce6dba549adae8b 100644 (file)
@@ -140,7 +140,7 @@ html_static_path = ['_static']
 #html_additional_pages = {}
 
 # If false, no module index is generated.
-html_use_modindex = True
+html_domain_indices = True
 
 # If false, no index is generated.
 html_use_index = True
@@ -168,11 +168,11 @@ htmlhelp_basename = 'HOMARDdoc'
 
 # -- Options for LaTeX output --------------------------------------------------
 
-# The paper size ('letter' or 'a4').
-latex_paper_size = 'a4'
+# Paper size option of the document class ('a4paper' or 'letterpaper'), default 'letterpaper'.
+paper_size = 'a4paper'
 
-# The font size ('10pt', '11pt' or '12pt').
-#latex_font_size = '10pt'
+# Point size option of the document class ('10pt', '11pt' or '12pt'), default '10pt'.
+pointsize = '10pt'
 
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, documentclass [howto/manual]).