mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge branch '3.4.x' into 3.x
This commit is contained in:
commit
8131e03a52
14
CHANGES
14
CHANGES
@ -43,7 +43,7 @@ Bugs fixed
|
||||
Testing
|
||||
--------
|
||||
|
||||
Release 3.4.2 (in development)
|
||||
Release 3.4.3 (in development)
|
||||
==============================
|
||||
|
||||
Dependencies
|
||||
@ -61,15 +61,21 @@ Features added
|
||||
Bugs fixed
|
||||
----------
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
||||
Release 3.4.2 (released Jan 04, 2021)
|
||||
=====================================
|
||||
|
||||
Bugs fixed
|
||||
----------
|
||||
|
||||
* #8164: autodoc: Classes that inherit mocked class are not documented
|
||||
* #8602: autodoc: The ``autodoc-process-docstring`` event is emitted to the
|
||||
non-datadescriptors unexpectedly
|
||||
* #8616: autodoc: AttributeError is raised on non-class object is passed to
|
||||
autoclass directive
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
||||
Release 3.4.1 (released Dec 25, 2020)
|
||||
=====================================
|
||||
|
||||
|
@ -4,7 +4,7 @@ Release checklist
|
||||
for stable releases
|
||||
-------------------
|
||||
|
||||
* open https://github.com/sphinx-doc/sphinx/actions?query=branch:X.Y.x and all tests has passed
|
||||
* open "https://github.com/sphinx-doc/sphinx/actions?query=branch:X.Y.x" and all tests has passed
|
||||
* Run ``git fetch; git status`` and check nothing changed
|
||||
* ``python utils/bump_version.py X.Y.Z``
|
||||
* Check diff by ``git diff``
|
||||
@ -28,7 +28,7 @@ for stable releases
|
||||
for first beta releases
|
||||
-----------------------
|
||||
|
||||
* open https://github.com/sphinx-doc/sphinx/actions?query=branch:master and all tests has passed
|
||||
* open "https://github.com/sphinx-doc/sphinx/actions?query=branch:master" and all tests has passed
|
||||
* Run ``git fetch; git status`` and check nothing changed
|
||||
* Run ``python setup.py extract_messages``
|
||||
* Run ``(cd sphinx/locale; tx push -s)``
|
||||
@ -58,7 +58,7 @@ for first beta releases
|
||||
for other beta releases
|
||||
-----------------------
|
||||
|
||||
* open https://github.com/sphinx-doc/sphinx/actions?query=branch:X.x and all tests has passed
|
||||
* open "https://github.com/sphinx-doc/sphinx/actions?query=branch:X.x" and all tests has passed
|
||||
* Run ``git fetch; git status`` and check nothing changed
|
||||
* ``python utils/bump_version.py X.Y.0bN``
|
||||
* Check diff by ``git diff``
|
||||
@ -81,7 +81,7 @@ for other beta releases
|
||||
for major releases
|
||||
------------------
|
||||
|
||||
* open https://github.com/sphinx-doc/sphinx/actions?query=branch:X.x and all tests has passed
|
||||
* open "https://github.com/sphinx-doc/sphinx/actions?query=branch:X.x" and all tests has passed
|
||||
* Run ``git fetch; git status`` and check nothing changed
|
||||
* Run ``(cd sphinx/locale; tx pull -a -f)``
|
||||
* Run ``python setup.py compile_catalog``
|
||||
|
Loading…
Reference in New Issue
Block a user