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

@ -123,6 +123,15 @@ any time leading up to the actual release:
are validation errors which need to be debugged, so avoid doing this task
immediately before a release is needed.
#. :ref:`Update the django-admin manual page <django-admin-manpage>`::
$ cd docs
$ make man
$ man _build/man/django-admin.1 # do a quick sanity check
$ cp _build/man/django-admin.1 man/django-admin.1
and then commit the changed man page.
Preparing for release
=====================