From 12545d3d293d7b32aaef011c7605c3d640e4ac4f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 27 Nov 2018 20:00:20 -0500 Subject: [PATCH] doc build has a dependency on Mako This probably has never shown up because we typically have Mako installed where we are building sphinx docs Change-Id: I065c28677ead3bcef75ac6e949ac90c4a19ed1dc --- docs/build/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/build/requirements.txt b/docs/build/requirements.txt index 6a15e33b..17849627 100644 --- a/docs/build/requirements.txt +++ b/docs/build/requirements.txt @@ -2,3 +2,5 @@ git+https://bitbucket.org/zzzeek/changelog.git#egg=changelog git+https://bitbucket.org/zzzeek/sphinx-paramlinks.git#egg=sphinx-paramlinks git+https://github.com/sqlalchemy/sqlalchemy.git python-dateutil +# because there's a dependency in pyfiles.py +Mako -- 2.47.2