Add release note for build_sphinx removal

This wasn't done in the change that removed the feature but seems like a
good idea.

Change-Id: I97bdda4ce89b26c6e99de6f1d6ad7d734cac9041
This commit is contained in:
Clark Boylan 2023-06-01 08:24:37 -07:00
parent 47c5afe79a
commit 0e335e6ddb
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
upgrade:
- |
The deprecated support for `setup.py build_sphinx` has been removed.
This feature has been deprecated since version 4.2. Setuptools and
sphinx have removed support for this command which breaks PBR's ability
to integrate with those two tools to provide this functionality.
Users should switch to building sphinx docs with sphinx directly.