pyeclib/doc/requirements.txt
Matthew Oliver c4ecc999f2 Enable HTML doc builds
This repo was not setup for building docs at all, so:
* enables the docs job and fixes tox.ini for it.
* update doc/requirements.txt
* update doc/source/conf.py for using openstackdocstheme

Note that the documents are just skeletons, so we do not publish the
docs yet, just build them.

Consciously turn off PDF builds for now; one step at a time.

Change-Id: I7a5e301bae315f7ed8cf1a140aaf05c424c787e3
2024-09-20 11:01:05 -07:00

4 lines
132 B
Plaintext

sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD
sphinx>=1.8.0;python_version>='3.4' # BSD
openstackdocstheme>=1.20.0 # Apache-2.0