# HG changeset patch # User Pierre-Yves.David@ens-lyon.org # Date 1336729379 -7200 # Node ID 1fc4299ca8e2c4ba7ea4aaeb87aa8960f479a85c # Parent 2f2681ed8f16a2f09ff55356cb54ab73b7a5d7bf [doc] change doc generation directory diff -r 2f2681ed8f16 -r 1fc4299ca8e2 .hgignore --- a/.hgignore Fri May 11 11:45:00 2012 +0200 +++ b/.hgignore Fri May 11 11:42:59 2012 +0200 @@ -2,4 +2,5 @@ /figures/[^/]+\.png$ ^docs/build/ ^docs/html/ +^html/ .pyc$ diff -r 2f2681ed8f16 -r 1fc4299ca8e2 docs/makefile --- a/docs/makefile Fri May 11 11:45:00 2012 +0200 +++ b/docs/makefile Fri May 11 11:42:59 2012 +0200 @@ -1,6 +1,6 @@ all: tutorial - sphinx-build . html/ + sphinx-build . ../html/ tutorial: python test2rst.py tutorials/