[Checkins] SVN: Sandbox/J1m/jsonform/src/zc/jsonform/docs/ Gaaa, hidden.

Jim Fulton jim at zope.com
Thu Jan 13 13:36:58 EST 2011


Log message for revision 119570:
  Gaaa, hidden.
  

Changed:
  D   Sandbox/J1m/jsonform/src/zc/jsonform/docs/.build/
  U   Sandbox/J1m/jsonform/src/zc/jsonform/docs/Makefile
  U   Sandbox/J1m/jsonform/src/zc/jsonform/docs/conf.py

-=-
Modified: Sandbox/J1m/jsonform/src/zc/jsonform/docs/Makefile
===================================================================
--- Sandbox/J1m/jsonform/src/zc/jsonform/docs/Makefile	2011-01-13 16:47:46 UTC (rev 119569)
+++ Sandbox/J1m/jsonform/src/zc/jsonform/docs/Makefile	2011-01-13 18:36:57 UTC (rev 119570)
@@ -5,7 +5,7 @@
 SPHINXOPTS    =
 SPHINXBUILD   = sphinx-build
 PAPER         =
-BUILDDIR      = .build
+BUILDDIR      = _build
 
 # Internal variables.
 PAPEROPT_a4     = -D latex_paper_size=a4

Modified: Sandbox/J1m/jsonform/src/zc/jsonform/docs/conf.py
===================================================================
--- Sandbox/J1m/jsonform/src/zc/jsonform/docs/conf.py	2011-01-13 16:47:46 UTC (rev 119569)
+++ Sandbox/J1m/jsonform/src/zc/jsonform/docs/conf.py	2011-01-13 18:36:57 UTC (rev 119570)
@@ -50,7 +50,7 @@
 # The short X.Y version.
 version = '0.1'
 # The full version, including alpha/beta/rc tags.
-release = '0.1'
+release = version
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -64,7 +64,7 @@
 
 # List of patterns, relative to source directory, that match files and
 # directories to ignore when looking for source files.
-exclude_patterns = ['.build']
+exclude_patterns = ['_build']
 
 # The reST default role (used for this markup: `text`) to use for all documents.
 #default_role = None



More information about the checkins mailing list