]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
doc build has a dependency on Mako
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Nov 2018 01:00:20 +0000 (20:00 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Nov 2018 01:00:20 +0000 (20:00 -0500)
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

index 6a15e33bd54751b7159ad50dd4a219338d3146fa..17849627bb8529a345e3ea34ae91221ab1fcf73a 100644 (file)
@@ -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