mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #23903 -- Configured Sphinx to autogenerate django-admin manpage
This commit is contained in:
parent
cefbbb9db3
commit
f66c2bdc0f
4 changed files with 2271 additions and 187 deletions
|
@ -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),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue