File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ components = [
127127 " python-markdown_2" ,
128128 " python-matplotlib" ,
129129 " python-msrest" ,
130+ " python-oslo-config" ,
130131 " python-pandas" ,
131132 " python-passlib" ,
132133 " python-pexpect" ,
Original file line number Diff line number Diff line change 40894089[components .python-hatch-requirements-txt ]
40904090[components .python-hatch-vcs ]
40914091[components .python-hatchling ]
4092- [components .python-heatclient ]
40934092[components .python-hpack ]
40944093[components .python-html5lib ]
40954094[components .python-httpbin ]
42064205[components .python-lxml ]
42074206[components .python-lz4 ]
42084207[components .python-mako ]
4209- [components .python-manilaclient ]
42104208[components .python-manuel ]
42114209[components .python-mapclassify ]
42124210[components .python-markdown-it-py ]
42644262[components .python-numpydoc ]
42654263[components .python-oauth2client ]
42664264[components .python-oci ]
4267- [components .python-octaviaclient ]
42684265[components .python-olefile ]
42694266[components .python-opcodes ]
42704267[components .python-openpyxl ]
42714268[components .python-openshift ]
4272- [components .python-openstackclient ]
42734269[components .python-openstackdocstheme ]
42744270[components .python-openstacksdk ]
42754271[components .python-openstep-plist ]
Original file line number Diff line number Diff line change 1+ [components .python-heatclient ]
2+
3+ # Disable doc generation to avoid cliff sphinxext Python 3.14 incompatibility.
4+ # TODO: re-enable doc once cliff sphinxext fix is released upstream
5+ # Upstream fix: https://github.com/openstack/cliff/commit/391261c849c994ca2d3f42926497e633047ed8c7
6+ [[components .python-heatclient .overlays ]]
7+ description = " Disable doc generation to work around cliff sphinxext Python 3.14 incompatibility"
8+ type = " spec-search-replace"
9+ regex = ' ^%global with_doc 1$'
10+ replacement = ' %global with_doc 0'
Original file line number Diff line number Diff line change 1+ [components .python-manilaclient ]
2+
3+ # Disable doc generation to avoid cliff sphinxext Python 3.14 incompatibility.
4+ # TODO: re-enable doc once cliff sphinxext fix is released upstream
5+ # Upstream fix: https://github.com/openstack/cliff/commit/391261c849c994ca2d3f42926497e633047ed8c7
6+ [[components .python-manilaclient .overlays ]]
7+ description = " Disable doc generation to work around cliff sphinxext Python 3.14 incompatibility"
8+ type = " spec-search-replace"
9+ regex = ' ^%global with_doc 1$'
10+ replacement = ' %global with_doc 0'
Original file line number Diff line number Diff line change 1+ [components .python-octaviaclient ]
2+
3+ # Disable doc generation to avoid cliff sphinxext Python 3.14 incompatibility.
4+ # TODO: re-enable doc once cliff sphinxext fix is released upstream
5+ # Upstream fix: https://github.com/openstack/cliff/commit/391261c849c994ca2d3f42926497e633047ed8c7
6+ [[components .python-octaviaclient .overlays ]]
7+ description = " Disable doc generation to work around cliff sphinxext Python 3.14 incompatibility"
8+ type = " spec-search-replace"
9+ regex = ' ^%global with_doc 1$'
10+ replacement = ' %global with_doc 0'
Original file line number Diff line number Diff line change 1+ [components .python-openstackclient ]
2+
3+ # Disable doc generation to avoid cliff sphinxext Python 3.14 incompatibility.
4+ # TODO: re-enable doc once cliff sphinxext fix is released upstream
5+ # Upstream fix: https://github.com/openstack/cliff/commit/391261c849c994ca2d3f42926497e633047ed8c7
6+ [[components .python-openstackclient .overlays ]]
7+ description = " Disable doc generation to work around cliff sphinxext Python 3.14 incompatibility"
8+ type = " spec-search-replace"
9+ regex = ' ^%global with_doc 1$'
10+ replacement = ' %global with_doc 0'
You can’t perform that action at this time.
0 commit comments