From 4410aaa5041d2fd438b8138d5c5242d8f5e23d85 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Mon, 8 May 2017 22:18:50 +0200 Subject: Fix sphinx integration (#208) * Fix rst link formatting in the README * Use Sphinx 1.5.5 since 1.6b2 is selected otherwise and breaks. --- docs/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/requirements.txt b/docs/requirements.txt index 8982892..20b380f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1 @@ -docutils<0.13 -Sphinx -sphinx_rtd_theme +Sphinx==1.5.5 -- cgit v1.1