mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #7626: release package does not contain `CODE_OF_CONDUCT`
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -18,6 +18,7 @@ Bugs fixed
|
|||||||
|
|
||||||
* #7567: autodoc: parametrized types are shown twice for generic types
|
* #7567: autodoc: parametrized types are shown twice for generic types
|
||||||
* #7611: md5 fails when OpenSSL FIPS is enabled
|
* #7611: md5 fails when OpenSSL FIPS is enabled
|
||||||
|
* #7626: release package does not contain ``CODE_OF_CONDUCT``
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
--------
|
--------
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ include LICENSE
|
|||||||
include AUTHORS
|
include AUTHORS
|
||||||
include CHANGES
|
include CHANGES
|
||||||
include CHANGES.old
|
include CHANGES.old
|
||||||
|
include CODE_OF_CONDUCT
|
||||||
include CONTRIBUTING.rst
|
include CONTRIBUTING.rst
|
||||||
include EXAMPLES
|
include EXAMPLES
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user