doc/conf.py
changeset 1878 fb73a6b6622d
parent 1850 614396cbffbf
child 3925 1d383b4c0a23
--- a/doc/conf.py	Thu Oct 19 10:57:35 2017 +0300
+++ b/doc/conf.py	Thu Oct 19 11:03:03 2017 +0300
@@ -184,8 +184,8 @@
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, documentclass [howto/manual]).
 latex_documents = [
-  ('index', 'Beremiz.tex', u'Beremiz Documentation',
-   u'Beremiz Documentation Authors', 'manual'),
+    ('index', 'Beremiz.tex', u'Beremiz Documentation',
+     u'Beremiz Documentation Authors', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
@@ -228,9 +228,9 @@
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 texinfo_documents = [
-  ('index', 'Beremiz', u'Beremiz Documentation',
-   u'Beremiz Documentation Authors', 'Beremiz', 'One line description of project.',
-   'Miscellaneous'),
+    ('index', 'Beremiz', u'Beremiz Documentation',
+     u'Beremiz Documentation Authors', 'Beremiz', 'One line description of project.',
+     'Miscellaneous'),
 ]
 
 # Documents to append as an appendix to all manuals.