diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-03-27 21:18:09 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-03-27 21:18:09 -0400 |
| commit | 5409a22454c6d9b65b7b6341c635806cbc61fffd (patch) | |
| tree | 6a4d29ece2ea9ee703121a753460dd13fc84064e /docs/make.py | |
| parent | 87ffe45a3ed4ebf33d53046d6b0a67c3d04162c8 (diff) | |
| download | passlib-5409a22454c6d9b65b7b6341c635806cbc61fffd.tar.gz | |
added instructions for building documentation; misc documentation updates
Diffstat (limited to 'docs/make.py')
| -rw-r--r-- | docs/make.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/make.py b/docs/make.py index 42b85d2..1f84953 100644 --- a/docs/make.py +++ b/docs/make.py @@ -1,5 +1,5 @@ "Makefile for Sphinx documentation, adapted to python" import os -from astdoc.make_helper import SphinxMaker +from cloud_sptheme.make_helper import SphinxMaker if __name__ == "__main__": SphinxMaker.execute(root_dir=os.path.join(__file__,os.pardir)) |
