[Bf-docboard-svn] bf-manual: [7197] trunk/blender_docs/manual/conf.py: Cleanup: indentation

Campbell Barton noreply at blender.org
Thu Oct 8 03:04:45 CEST 2020


Revision: 7197
          https://developer.blender.org/rBM7197
Author:   campbellbarton
Date:     2020-10-08 03:04:45 +0200 (Thu, 08 Oct 2020)
Log Message:
-----------
Cleanup: indentation

Modified Paths:
--------------
    trunk/blender_docs/manual/conf.py

Modified: trunk/blender_docs/manual/conf.py
===================================================================
--- trunk/blender_docs/manual/conf.py	2020-10-08 01:03:16 UTC (rev 7196)
+++ trunk/blender_docs/manual/conf.py	2020-10-08 01:04:45 UTC (rev 7197)
@@ -199,10 +199,10 @@
 
     # included in the title
     html_theme_options = {
-    "display_version": False,
-    "collapse_navigation": True,
-    "navigation_depth": -1,
-    "canonical_url": "https://docs.blender.org/manual/en/latest/",
+        "display_version": False,
+        "collapse_navigation": True,
+        "navigation_depth": -1,
+        "canonical_url": "https://docs.blender.org/manual/en/latest/",
     }
 
 
@@ -311,7 +311,7 @@
 latex_engine = 'xelatex'
 
 latex_elements = {
-# The paper size ('letterpaper' or 'a4paper').
+    # The paper size ('letterpaper' or 'a4paper').
   'papersize': 'a4paper',
 
 # The font size ('10pt', '11pt' or '12pt').
@@ -322,8 +322,9 @@
   'sphinxsetup': 'hmargin=0.75in, vmargin=1in',
 
   'classoptions': ',openany,oneside',
-#  'babel': '\\usepackage[english]{babel}',
-# note that xelatex will use polyglossia by default, but if 'babel' key is redefined like above, it will use babel package.
+    #  'babel': '\\usepackage[english]{babel}',
+    # note that xelatex will use polyglossia by default,
+    # but if 'babel' key is redefined like above, it will use babel package.
 
     'fontpkg': r'''
 \setmainfont{DejaVu Serif}
@@ -357,8 +358,8 @@
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-  ('index', 'blender_manual.tex', 'Blender User Manual',
-   'Blender Community', 'manual'),
+    ('index', 'blender_manual.tex', 'Blender User Manual',
+     'Blender Community', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
@@ -407,8 +408,8 @@
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 texinfo_documents = [
-  ('index', 'Blender Reference Manual', 'Blender Manual Documentation',
-   'Blender Documentation Team', 'Blender Reference Manual'),
+    ('index', 'Blender Reference Manual', 'Blender Manual Documentation',
+     'Blender Documentation Team', 'Blender Reference Manual'),
 ]
 
 # Documents to append as an appendix to all manuals.



More information about the Bf-docboard-svn mailing list