diff options
| author | Monty Taylor <mordred@inaugust.com> | 2017-12-18 13:54:23 -0600 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2017-12-18 14:44:25 -0600 |
| commit | 853dbddc2259fef333f0b5f3e6f215357e071a0b (patch) | |
| tree | 4ca67cb32d607e1bff851752c6b5b83008f4ae6c /doc | |
| parent | 85116fcc7e9c8439e9760a4d315d46733e7bcb10 (diff) | |
| download | python-designateclient-853dbddc2259fef333f0b5f3e6f215357e071a0b.tar.gz | |
Split doc requirements into their own file
We don't need sphinx in the test virtualenvs, but we do need it for
docs.
Change-Id: I8ae98d08090e2e391ba725ddd5ff0125a03c8d47
Depends-On: Ie0c9f24df09255e871f904e079b68809144b36b4
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..3c822d2 --- /dev/null +++ b/doc/requirements.txt @@ -0,0 +1,2 @@ +sphinx>=1.6.2 # BSD +openstackdocstheme>=1.17.0 # Apache-2.0 |
