diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-12-11 14:54:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-11 14:54:12 +0100 |
commit | 21eeaebc6b60a0d5e8be87217d619753cabd05e7 (patch) | |
tree | b64bede5dff26640bbfd3c1684fe7602bcafa809 | |
parent | b62b92eabe9d6ab1c3ecea87a18740eef730f157 (diff) | |
download | mitmproxy-21eeaebc6b60a0d5e8be87217d619753cabd05e7.tar.gz mitmproxy-21eeaebc6b60a0d5e8be87217d619753cabd05e7.tar.bz2 mitmproxy-21eeaebc6b60a0d5e8be87217d619753cabd05e7.zip |
pin docutils version to fix docs tests
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ setup( "sphinx>=1.3.5, <1.6", "sphinx-autobuild>=0.5.2, <0.7", "sphinxcontrib-documentedlist>=0.4.0, <0.5", + "docutils==0.12", # temporary pin, https://github.com/chintal/sphinxcontrib-documentedlist/pull/3 "sphinx_rtd_theme>=0.1.9, <0.2", ], 'contentviews': [ |