summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2020-11-15 22:25:16 -0800
committerSeth Morton <seth.m.morton@gmail.com>2020-11-15 22:25:16 -0800
commit2cbfd4afc09e4809e41fd2dff0a827ced6c78661 (patch)
tree8fd034df694fae0d72b6f6b90c303c602f7811f7 /docs
parentb689aeaa30505c2d70243fc945be43819124fd38 (diff)
downloadnatsort-2cbfd4afc09e4809e41fd2dff0a827ced6c78661.tar.gz
Don't use very new sphinx
Something broke in 3.3.1, so let's use older versions.
Diffstat (limited to 'docs')
-rw-r--r--docs/requirements.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt
index 95e33f0..1a19c8c 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -4,6 +4,6 @@
#
# pip-compile
#
-docutils==0.15.2
-git+https://github.com/crossnox/m2r@dev#egg=m2r
-mistune==0.8.4
+docutils==0.16 # via m2r
+git+https://github.com/crossnox/m2r@dev#egg=m2r # via -r requirements.in
+mistune==0.8.4 # via m2r