File python3-Sphinx.changes of Package python3-Sphinx
-------------------------------------------------------------------
Tue Sep 9 16:14:01 UTC 2014 - toddrme2178@gmail.com
- Update to 1.2.3:
+ Features added
* #1518: `sphinx-apidoc` command now have a `--version` option to show version
information and exit
* New locales: Hebrew, European Portuguese, Vietnamese.
+ Bugs fixed
* #636: Keep straight single quotes in literal blocks in the LaTeX build.
* #1419: Generated i18n sphinx.js files are missing message catalog entries
from '.js_t' and '.html'. The issue was introduced from Sphinx-1.1
* #1363: Fix i18n: missing python domain's cross-references with currentmodule
directive or currentclass directive.
* #1444: autosummary does not create the description from attributes docstring.
* #1457: In python3 environment, make linkcheck cause "Can't convert 'bytes'
object to str implicitly" error when link target url has a hash part.
Thanks to Jorge_C.
* #1467: Exception on Python3 if nonexistent method is specified by automethod
* #1441: autosummary can't handle nested classes correctly.
* #1499: With non-callable `setup` in a conf.py, now sphinx-build emits
user-friendly error message.
* #1502: In autodoc, fix display of parameter defaults containing backslashes.
* #1226: autodoc, autosummary: importing setup.py by automodule will invoke
setup process and execute `sys.exit()`. Now sphinx avoids SystemExit
exception and emits warnings without unexpected termination.
* #1503: py:function directive generate incorrectly signature when specifying
a default parameter with an empty list `[]`. Thanks to Geert Jansen.
* #1508: Non-ASCII filename raise exception on make singlehtml, latex, man,
texinfo and changes.
* #1531: On Python3 environment, docutils.conf with 'source_link=true' in the
general section cause type error.
* PR#270, #1533: Non-ASCII docstring cause UnicodeDecodeError when uses with
inheritance-diagram directive. Thanks to WAKAYAMA shirou.
* PR#281, PR#282, #1509: TODO extension not compatible with websupport. Thanks
to Takeshi Komiya.
* #1477: gettext does not extract nodes.line in a table or list.
* #1544: `make text` generate wrong table when it has empty table cells.
* #1522: Footnotes from table get displayed twice in LaTeX. This problem has
been appeared from Sphinx-1.2.1 by #949.
* #508: Sphinx every time exit with zero when is invoked from setup.py command.
ex. `python setup.py build_sphinx -b doctest` return zero even if doctest
failed.
- 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.
-------------------------------------------------------------------
Tue Jul 15 12:06:31 UTC 2014 - toddrme2178@gmail.com
- Fix tests
-------------------------------------------------------------------
Fri Mar 7 13:21:05 UTC 2014 - speilicke@suse.com
- Fix hardcoded python version typo
-------------------------------------------------------------------
Fri Feb 14 15:52:13 UTC 2014 - speilicke@suse.com
- Drop junk files
-------------------------------------------------------------------
Mon Feb 10 15:45:19 UTC 2014 - speilicke@suse.com
- Update to version 1.2.1
+ See CHANGES
- Fix update-alternatives usage
- Removed sphinx-setup_command_unicode.patch (upstream)
- Totally reworked the build, docs are now build from BUILDROOT as Sphinx
has it's own way of invoken 2to3
- Dropped python3-Sphinx-docs.patch (not needed anymore)
-------------------------------------------------------------------
Tue Sep 24 11:20:41 UTC 2013 - toddrme2178@gmail.com
- Add sphinx-docutils-0.10.patch
Patch is already committed upstream, will be in release 1.2
See:
https://bitbucket.org/birkenfeld/sphinx/issue/998/docutils-010-will-break-sphinx-manpage
- Change suggests to recommends, suggests are not well supported
-------------------------------------------------------------------
Thu May 16 10:33:34 UTC 2013 - speilicke@suse.com
- Fix update-alternatives and support upgrade from previous versions
-------------------------------------------------------------------
Tue May 7 08:16:04 UTC 2013 - highwaystar.ru@gmail.com
- fix building under openSUSE 12.1, 12.2:
BuildRequires: python3-2to3 should be explicitly stated
-------------------------------------------------------------------
Tue Apr 30 14:38:39 UTC 2013 - speilicke@suse.com
- Apply update-alternatives for binaries and man-pages
-------------------------------------------------------------------
Tue Nov 20 17:24:58 UTC 2012 - saschpe@suse.de
- Build and install man-pages
- Name Python3 binaries consistently:
+ Fix in setup.py to have correct egg-info data
-------------------------------------------------------------------
Tue Nov 6 00:24:32 UTC 2012 - saschpe@suse.de
- Remove obsolete SUSE version checks
- Don't package locale files twice
-------------------------------------------------------------------
Wed May 23 16:02:39 UTC 2012 - highwaystar.ru@gmail.com
- python3-Sphinx package added