Remove oslosphinx as requirement

oslosphinx is retired since a long time now [1] and
openstackdocstheme is used instead.
So let's remove it as requirement.

[1] https://github.com/openstack-archive/oslosphinx

Change-Id: I83486b8445a7144c5a186d571193ad19b2767ed6
This commit is contained in:
Joel Capitao 2023-11-15 09:45:35 +01:00
parent d4a39ceb0f
commit e26578c91f
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,6 @@ hacking>=0.12.0,<=3.2.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx>=1.2.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
stestr>=1.1.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD

View File

@ -27,7 +27,8 @@ commands = {posargs}
commands = oslo_debug_helper {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
commands =
sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html
[doc8]
extension=.rst