[Checkins] SVN: bluebream/trunk/ Change documentation source and output location

Baiju M baiju.m.mail at gmail.com
Mon Jan 4 12:39:53 EST 2010


Log message for revision 107638:
  Change documentation source and output location
  

Changed:
  U   bluebream/trunk/buildout.cfg
  A   bluebream/trunk/docs/output/
  A   bluebream/trunk/docs/source/
  U   bluebream/trunk/docs/source/Makefile
  U   bluebream/trunk/docs/source/make.bat
  D   bluebream/trunk/docs_source/

-=-
Modified: bluebream/trunk/buildout.cfg
===================================================================
--- bluebream/trunk/buildout.cfg	2010-01-04 17:32:46 UTC (rev 107637)
+++ bluebream/trunk/buildout.cfg	2010-01-04 17:39:53 UTC (rev 107638)
@@ -15,5 +15,5 @@
 
 [sphinxbuilder]
 recipe = collective.recipe.sphinxbuilder
-source = ${buildout:directory}/docs_source
-build = ${buildout:directory}/docs
+source = ${buildout:directory}/docs/source
+build = ${buildout:directory}/docs/output


Property changes on: bluebream/trunk/docs/output
___________________________________________________________________
Added: svn:ignore
   + *


Modified: bluebream/trunk/docs/source/Makefile
===================================================================
--- bluebream/trunk/docs_source/Makefile	2010-01-04 17:32:46 UTC (rev 107637)
+++ bluebream/trunk/docs/source/Makefile	2010-01-04 17:39:53 UTC (rev 107638)
@@ -3,7 +3,7 @@
 
 # You can set these variables from the command line.
 SPHINXOPTS    =
-SPHINXBUILD   = ../bin/sphinx-build
+SPHINXBUILD   = ../../bin/sphinx-build
 PAPER         =
 BUILDDIR      = build
 

Modified: bluebream/trunk/docs/source/make.bat
===================================================================
--- bluebream/trunk/docs_source/make.bat	2010-01-04 17:32:46 UTC (rev 107637)
+++ bluebream/trunk/docs/source/make.bat	2010-01-04 17:39:53 UTC (rev 107638)
@@ -2,7 +2,7 @@
 
 REM Command file for Sphinx documentation
 
-set SPHINXBUILD=../bin/sphinx-build
+set SPHINXBUILD=../../bin/sphinx-build
 set BUILDDIR=build
 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
 if NOT "%PAPER%" == "" (



More information about the checkins mailing list