Fixed #23903 -- Configured Sphinx to autogenerate django-admin manpage

This commit is contained in:
Erik Romijn 2015-03-07 11:40:30 +01:00 committed by Tim Graham
parent cefbbb9db3
commit f66c2bdc0f
4 changed files with 2271 additions and 187 deletions

View file

@ -273,7 +273,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('contents', 'django', 'Django Documentation', ['Django Software Foundation'], 1)
('ref/django-admin', 'django-admin', 'Utility script for the Django Web framework', ['Django Software Foundation'], 1),
]