Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#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)

django-sphinx.diff (4.5 KB ) - added by Alex Gaynor 14 years ago.

Download all attachments as: .zip

Change History (7)

by Alex Gaynor, 14 years ago

Attachment: django-sphinx.diff added

comment:1 by Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [13126]) Fixed #13484 -- Added some newly available targets to the documentation makefile. Thanks to Alex for the patch.

comment:3 by Russell Keith-Magee, 14 years ago

(In [13136]) [1.1.X] Fixed #13484 -- Added some newly available targets to the documentation makefile. Thanks to Alex for the patch.

Backport of r13126 from trunk.

comment:4 by Petar Marić, 14 years ago

Resolution: fixed
Status: closedreopened

What about Windows users - shouldn't make.bat also be updated?

in reply to:  4 comment:5 by Jannis Leidel, 14 years ago

Resolution: fixed
Status: reopenedclosed

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.

comment:6 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

Note: See TracTickets for help on using tickets.
Back to Top