aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-10-23 19:09:27 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-10-23 18:09:27 -0500
commit30d35aef4a9d9a8248f9ca68d290c787b12e79cf (patch)
tree169a77c00e3a295ea72e43d95b40391c3a0dda3c
parentc0e31e691eefaa1ee00444b3f93fc6aa7fe48095 (diff)
downloadcryptography-30d35aef4a9d9a8248f9ca68d290c787b12e79cf.tar.gz
cryptography-30d35aef4a9d9a8248f9ca68d290c787b12e79cf.tar.bz2
cryptography-30d35aef4a9d9a8248f9ca68d290c787b12e79cf.zip
Fixes #3947 -- remove the docutils.conf (#3995)
* Fixes #3947 -- remove the docutils.conf * include minimum versions
-rw-r--r--docs/docutils.conf2
-rw-r--r--setup.py4
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/docutils.conf b/docs/docutils.conf
deleted file mode 100644
index e0c3d47c..00000000
--- a/docs/docutils.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[parsers]
-smart_quotes: no
diff --git a/setup.py b/setup.py
index 1fc7ea5c..598643b6 100644
--- a/setup.py
+++ b/setup.py
@@ -288,9 +288,9 @@ setup(
"doc8",
"pyenchant >= 1.6.11",
"readme_renderer >= 16.0",
- "sphinx",
+ "sphinx >= 1.6.5",
"sphinx_rtd_theme",
- "sphinxcontrib-spelling",
+ "sphinxcontrib-spelling >= 4.0.1",
],
"pep8test": [
"flake8",