14
0
forked from pool/python-Sphinx

Accepting request 363059 from home:stroeder:branches:devel:languages:python

update to 1.3.6

OBS-URL: https://build.opensuse.org/request/show/363059
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=73
This commit is contained in:
2016-03-02 20:12:40 +00:00
committed by Git OBS Bridge
parent fcf26c39ec
commit 0086599558
5 changed files with 24 additions and 47 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Feb 29 16:07:44 UTC 2016 - michael@stroeder.com
- Removed obsolete fix_some_testcase_error_with_pygments-2.1.1.patch
- update to version 1.3.6:
* #1873, #1876, #2278: Add ``page_source_suffix`` html context variable. This should be
introduced with :confval:`source_parsers` feature. Thanks for Eric Holscher.
* #2265: Fix babel is used in spite of disabling it on ``latex_elements``
* #2295: Avoid mutating dictionary errors while enumerating members in autodoc
with Python 3
* #2291: Fix pdflatex "Counter too large" error from footnotes inside tables of contents
* #2292: Fix some footnotes disappear from LaTeX output
* #2287: ``sphinx.transforms.Locale`` always uses rst parser. Sphinx i18n feature should
support parsers that specified source_parsers.
* #2290: Fix ``sphinx.ext.mathbase`` use of amsfonts may break user choice of math fonts
* #2324: Print a hint how to increase the recursion limit when it is hit.
* #1565, #2229: Revert new warning; the new warning will be triggered from version 1.4 on.
* #2329: Refresh environment forcely if source directory has changed.
* #2019: Fix the domain objects in search result are not escaped
-------------------------------------------------------------------
Wed Feb 17 09:10:17 UTC 2016 - toddrme2178@gmail.com