#13484 closed (fixed)
Update Sphinx Makefile for the latest sphinx
Reported by: | Alex Gaynor | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
the current makefile is missing a bunch of targets that are available in the latest sphinx.
Attachments (1)
Change History (7)
by , 15 years ago
Attachment: | django-sphinx.diff added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 15 years ago
follow-up: 5 comment:4 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
What about Windows users - shouldn't make.bat
also be updated?
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Replying to petar:
What about Windows users - shouldn't
make.bat
also be updated?
We currently don't ship a make.bat, please open a separate ticket if you think we should add one.
Note:
See TracTickets
for help on using tickets.
(In [13126]) Fixed #13484 -- Added some newly available targets to the documentation makefile. Thanks to Alex for the patch.