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.