From 0e335e6ddba001537776412b362ff0629d4a56ff Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 1 Jun 2023 08:24:37 -0700 Subject: [PATCH] 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 --- .../notes/build_sphinx_removal-de990a5c14a9e64d.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/build_sphinx_removal-de990a5c14a9e64d.yaml diff --git a/releasenotes/notes/build_sphinx_removal-de990a5c14a9e64d.yaml b/releasenotes/notes/build_sphinx_removal-de990a5c14a9e64d.yaml new file mode 100644 index 00000000..d6a6fcdb --- /dev/null +++ b/releasenotes/notes/build_sphinx_removal-de990a5c14a9e64d.yaml @@ -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.