This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年11月14日 10:27 by chris.jerdonek, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg175560 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年11月14日 10:27 | |
This issue is to upgrade Python's Sphinx from version 1.0 to 1.1. I don't already see an issue for this, and I'm not sure what upgrading entails. Personally, I'm interested in the enhanced indexing capabilities, e.g. the "see" and "seealso" entry types, as well as marking main index entries: http://sphinx-doc.org/markup/misc.html#directive-index I'm sure other reasons for upgrading have been floated, though I don't know what they are. |
|||
| msg175717 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2012年11月16日 23:38 | |
According to the changelog, Sphinx 1.1 now supports Python 3. Cool! Doc/Makefile may be modified to use "PYTHON = python3". |
|||
| msg184198 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2013年03月14日 22:06 | |
When this is done make.bat should be updated too. |
|||
| msg184208 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2013年03月15日 01:10 | |
This duplicates a part of #10224, which proposes to upgrade all of Sphinx, Jinja2, and Pygments to Python 3 compatible versions (so we can build docs with Py3). In msg175768, Brett claims that all three have such versions. Chris, if you want to push to only upgrade Sphinx and not the other two, you can re-open. But I'd like to see a justification as I suspect that upgrading the other two will, if anything, be easier (assuming no breakage of current usage). |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:38 | admin | set | github: 60675 |
| 2013年03月15日 01:10:23 | terry.reedy | set | status: open -> closed nosy: + terry.reedy messages: + msg184208 superseder: Build 3.x documentation using python3.x resolution: duplicate |
| 2013年03月14日 22:06:11 | ezio.melotti | set | messages:
+ msg184198 stage: needs patch |
| 2012年11月17日 17:42:38 | ezio.melotti | link | issue10224 dependencies |
| 2012年11月16日 23:38:07 | vstinner | set | nosy:
+ vstinner messages: + msg175717 |
| 2012年11月14日 11:06:06 | ezio.melotti | set | nosy:
+ georg.brandl, ezio.melotti, eric.araujo |
| 2012年11月14日 10:27:50 | chris.jerdonek | create | |