summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2018-12-03 17:18:04 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2018-12-03 17:18:04 -0500
commit0a35704db540feb6fbe501d784f9eca902a550e9 (patch)
tree28d5cd6d50c094e8402c231b89923374fe131607
parent06f7cfb6ffa199f43a46052d7044a8e93c57afa8 (diff)
downloadmako-0a35704db540feb6fbe501d784f9eca902a550e9.tar.gz
All sphinx dependencies move under the github sqlalchemy organization
Change-Id: I7e5433ba1e0f6ca6e44a35664d1d4fcaa3fce545
-rw-r--r--doc/build/requirements.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/build/requirements.txt b/doc/build/requirements.txt
index a82e93c..d2aeb29 100644
--- a/doc/build/requirements.txt
+++ b/doc/build/requirements.txt
@@ -1,4 +1,4 @@
-git+https://bitbucket.org/zzzeek/changelog.git#egg=changelog
-git+https://bitbucket.org/zzzeek/sphinx-paramlinks.git#egg=sphinx-paramlinks
-git+https://bitbucket.org/zzzeek/zzzeeksphinx.git#egg=zzzeeksphinx
-
+git+https://github.com/sqlalchemyorg/changelog.git#egg=changelog
+git+https://github.com/sqlalchemyorg/sphinx-paramlinks.git#egg=sphinx-paramlinks
+git+https://github.com/sqlalchemyorg/zzzeeksphinx.git#egg=zzzeeksphinx
+~