diff options
author | Akihiro Motoki <amotoki@gmail.com> | 2017-07-06 21:27:55 +0000 |
---|---|---|
committer | Akihiro Motoki <amotoki@gmail.com> | 2017-07-06 21:38:41 +0000 |
commit | 4b20438a1f5c59a9fd5b7f1df18f76cf2a4960ae (patch) | |
tree | ba745a6a1daefee26b07c02e1ef61421d2e859b4 /test-requirements.txt | |
parent | 343fe299bf637762f8da680d7d7b5f6117b1661b (diff) | |
download | osprofiler-4b20438a1f5c59a9fd5b7f1df18f76cf2a4960ae.tar.gz |
Enable warning-is-error in doc build
- Update sphinx version
- Fix sphinx warning
Change-Id: Ibf3361af30cec3c291cfdf50438cf49dd72427f8
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 7170d29..89306a8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT oslosphinx>=4.7.0 # Apache-2.0 -sphinx>=1.2.1,!=1.3b1,<1.4 # BSD +sphinx>=1.6.2 # BSD # Bandit security code scanner bandit>=1.1.0 # Apache-2.0 |