From: Mike Bayer Date: Wed, 28 Nov 2018 01:00:20 +0000 (-0500) Subject: doc build has a dependency on Mako X-Git-Tag: rel_1_0_4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12545d3d293d7b32aaef011c7605c3d640e4ac4f;p=thirdparty%2Fsqlalchemy%2Falembic.git 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 --- 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