mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +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
|
|
@ -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
|
||||
=====================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue