
Define locale directory to enable doc translations on other languages. F.e. https://docs.openstack.org/horizon/latest/ru/user/index.html returns 404 error, although translation for that page was imported. Change-Id: I282eb05ea387f0ff498da5dfe9d9650a29f3f0f9
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
reno>=3.1.0 # Apache-2.0
|
|
sphinx>=2.0.0 # BSD
|
|
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
|
|
doc8>=0.8.1 # Apache-2.0
|
|
|
|
# The below is rewquired to build testing module reference
|
|
mock>=2.0.0 # BSD
|
|
pytest>=5.3.5 # MIT
|