Files
infra-specs/requirements.txt
Clark Boylan 32fec8a9bc Make infra specs buildable again
To do this we drop the build_sphinx setup.py target as that is unusable
with modern setuptools. Instead call sphinx directly in the tox docs
target.

Next we drop blockdiag and comment out the single blockdiag diagram as
this plugin was never updated to work with modern Pillow (there is an
argument mismatch and docs fail to build).

Then we swap out the openstack docs theme and use the rtd docs theme.
With added toctree captions this renders a nice navigation window (if a
bit long vertically).

Finally we do some small s/OpenStack/OpenDev/ updates but there is going
to be much more to do later. Mostly I wanted to get this into a place
where it builds and doesn't look completely wrong at first glance.

Change-Id: Ieace28443258322ead25275f47fc6c9fbd23865f
2025-07-10 15:36:54 -07:00

11 lines
311 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>2.0.0 # Apache-2.0
sphinx-rtd-theme
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
yasfb>=0.5.1