Accepting request 224882 from home:Nijel:branches:devel:languages:python
- Update to 1.2.2: - PR#211: When checking for existence of the html_logo file, check the full relative path and not the basename. - PR#212: Fix traceback with autodoc and __init__ methods without docstring. - PR#213: Fix a missing import in the setup command. - #1357: Option names documented by option are now again allowed to not start with a dash or slash, and referencing them will work correctly. - #1358: Fix handling of image paths outside of the source directory when using the “wildcard” style reference. - #1374: Fix for autosummary generating overly-long summaries if first line doesn’t end with a period. - #1383: Fix Python 2.5 compatibility of sphinx-apidoc. - #1391: Actually prevent using “pngmath” and “mathjax” extensions at the same time in sphinx-quickstart. - #1386: Fix bug preventing more than one theme being added by the entry point mechanism. - #1370: Ignore “toctree” nodes in text writer, instead of raising. - #1364: Fix ‘make gettext’ fails when the ‘.. todolist::’ directive is present. - #1367: Fix a change of PR#96 that break sphinx.util.docfields.Field.make_field interface/behavior for item argument usage. OBS-URL: https://build.opensuse.org/request/show/224882 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=51
This commit is contained in:
committed by
Git OBS Bridge
parent
182c2682a3
commit
fe00a967aa
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:182e5c81c3250e1752e744b6a35af4ef680bb6251276b49ef7d17f1d25e9ce70
|
||||
size 3135360
|
3
Sphinx-1.2.2.tar.gz
Normal file
3
Sphinx-1.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d3415f5b3e6b7535877f4c84fe228bdb802a8993c239b2d02c23169d67349bd
|
||||
size 3143671
|
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 6 12:50:16 UTC 2014 - mcihar@suse.cz
|
||||
|
||||
- Update to 1.2.2:
|
||||
- PR#211: When checking for existence of the html_logo file, check the full
|
||||
relative path and not the basename.
|
||||
- PR#212: Fix traceback with autodoc and __init__ methods without docstring.
|
||||
- PR#213: Fix a missing import in the setup command.
|
||||
- #1357: Option names documented by option are now again allowed to not start
|
||||
with a dash or slash, and referencing them will work correctly.
|
||||
- #1358: Fix handling of image paths outside of the source directory when
|
||||
using the “wildcard” style reference.
|
||||
- #1374: Fix for autosummary generating overly-long summaries if first line
|
||||
doesn’t end with a period.
|
||||
- #1383: Fix Python 2.5 compatibility of sphinx-apidoc.
|
||||
- #1391: Actually prevent using “pngmath” and “mathjax” extensions at the
|
||||
same time in sphinx-quickstart.
|
||||
- #1386: Fix bug preventing more than one theme being added by the entry
|
||||
point mechanism.
|
||||
- #1370: Ignore “toctree” nodes in text writer, instead of raising.
|
||||
- #1364: Fix ‘make gettext’ fails when the ‘.. todolist::’ directive is
|
||||
present.
|
||||
- #1367: Fix a change of PR#96 that break
|
||||
sphinx.util.docfields.Field.make_field interface/behavior for item argument
|
||||
usage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 15:08:45 UTC 2014 - speilicke@suse.com
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-Sphinx
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Url: http://sphinx.pocoo.org
|
||||
Summary: Python documentation generator
|
||||
|
Reference in New Issue
Block a user