From 6c4a0ae373278a1ae113d9cdc1c71252bec355d6 Mon Sep 17 00:00:00 2001 From: Jan-Niklas Burfeind Date: Fri, 16 Dec 2022 23:40:41 +0100 Subject: [PATCH] docs/conf.py: fix mixed indentation --- docs/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b8b402d5..21ed646d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -137,7 +137,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'Gluon.tex', 'Gluon Documentation', - 'Project Gluon', 'manual'), + 'Project Gluon', 'manual'), ] @@ -147,7 +147,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ (master_doc, 'gluon', 'Gluon Documentation', - [author], 1) + [author], 1) ] @@ -158,8 +158,8 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'Gluon', 'Gluon Documentation', - author, 'Gluon', 'One line description of project.', - 'Miscellaneous'), + author, 'Gluon', 'One line description of project.', + 'Miscellaneous'), ]