diff options
author | Sean McGinnis <sean.mcginnis@huawei.com> | 2017-12-04 07:39:36 -0600 |
---|---|---|
committer | Sean McGinnis <sean.mcginnis@huawei.com> | 2017-12-04 07:39:36 -0600 |
commit | 1c43d0689cb6f386eb9dafec764c8221ad63c042 (patch) | |
tree | 16ad84abff9627069e14d7a71371ca3c8f5ecabb /doc | |
parent | 0260f0e86b1f981b21c28055eb8fcffbb803344c (diff) | |
download | oslo-db-1c43d0689cb6f386eb9dafec764c8221ad63c042.tar.gz |
Add requirements.txt for docs builds
Docs requirement some packages to be installed that are not currently
captured in the requirements.txt file. This causes job failures in the
post release jobs for oslo.db.
Adding doc/requirements.txt to list the two packages needed for docs
builds.
Change-Id: Ic957202c00a2047e35bac361111976141aa60f6f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt new file mode 100644 index 0000000..ab42952 --- /dev/null +++ b/doc/requirements.txt @@ -0,0 +1,2 @@ +openstackdocstheme>=1.17.0 # Apache-2.0 +sphinx>=1.6.2 # BSD |