Merge branch '2.0' into 6712_optional_Path_import

This commit is contained in:
Takeshi KOMIYA
2019-10-20 02:17:24 +09:00
committed by GitHub
10 changed files with 145 additions and 10 deletions

View File

@@ -17,6 +17,8 @@ Features added
--------------
* #6707: C++, support bit-fields.
* #267: html: Eliminate prompt characters of doctest block from copyable text
* #6729: html theme: agogo theme now supports ``rightsidebar`` option
Bugs fixed
----------
@@ -29,6 +31,8 @@ Bugs fixed
* #6704: linkcheck: Be defensive and handle newly defined HTTP error code
* #6655: image URLs containing ``data:`` causes gettext builder crashed
* #6584: i18n: Error when compiling message catalogs on Hindi
* #6708: mathbase: Some deprecated functions have removed
* #6709: autodoc: mock object does not work as a class decorator
* #6712: Allow not to install sphinx.testing as runtime (mainly for ALT Linux)
Testing