summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a8006e2f94..10caf0ce8a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -272,9 +272,13 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
-man_pages = [
- ('ref/django-admin', 'django-admin', 'Utility script for the Django Web framework', ['Django Software Foundation'], 1),
-]
+man_pages = [(
+ 'ref/django-admin',
+ 'django-admin',
+ 'Utility script for the Django Web framework',
+ ['Django Software Foundation'],
+ 1
+), ]
# -- Options for Texinfo output ------------------------------------------------