From 9fd8647f2740d0591b52851152ed45cefd4e4943 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 12 Feb 2020 12:49:50 +0300 Subject: [PATCH] Slightly more modern Sphinx --- doc/pip-requirements.txt | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/doc/pip-requirements.txt b/doc/pip-requirements.txt index bc0bbd0..3a3684b 100644 --- a/doc/pip-requirements.txt +++ b/doc/pip-requirements.txt @@ -1,16 +1,17 @@ -alabaster == 0.7.10 -babel == 2.5.1 -certifi == 2017.7.27.1 -chardet == 3.0.4 -docutils == 0.14 -idna == 2.6 -imagesize == 0.7.1 -Jinja2 == 2.9.6 -MarkupSafe == 1.0 -Pygments == 2.2.0 -pytz == 2017.2 -requests == 2.18.4 -snowballstemmer == 1.2.1 -sphinx == 1.6.3 -sphinxcontrib-websupport == 1.0.1 -urllib3 == 1.22 +alabaster==0.7.12 +Babel==2.8.0 +certifi==2019.11.28 +chardet==3.0.4 +docutils==0.16 +idna==2.8 +imagesize==1.2.0 +Jinja2==2.11.1 +MarkupSafe==1.1.1 +Pygments==2.5.2 +pytz==2019.3 +requests==2.22.0 +six==1.14.0 +snowballstemmer==2.0.0 +Sphinx==1.6.7 +sphinxcontrib-websupport==1.2.0 +urllib3==1.25.8 -- 2.44.0