[Checkins] SVN: zdgbook/trunk/source/ - Rename templates and static files folder

Baiju M baiju.m.mail at gmail.com
Wed Feb 18 01:06:21 EST 2009


Log message for revision 96670:
  - Rename templates and static files folder
  - Change release no. to 2.12dev and version no. to 2.12
  

Changed:
  D   zdgbook/trunk/source/.static/
  D   zdgbook/trunk/source/.templates/
  A   zdgbook/trunk/source/_static/
  A   zdgbook/trunk/source/_templates/
  U   zdgbook/trunk/source/conf.py

-=-

Property changes on: zdgbook/trunk/source/_static
___________________________________________________________________
Added: svn:mergeinfo
   + 


Property changes on: zdgbook/trunk/source/_templates
___________________________________________________________________
Added: svn:mergeinfo
   + 

Modified: zdgbook/trunk/source/conf.py
===================================================================
--- zdgbook/trunk/source/conf.py	2009-02-18 05:59:30 UTC (rev 96669)
+++ zdgbook/trunk/source/conf.py	2009-02-18 06:06:21 UTC (rev 96670)
@@ -29,7 +29,7 @@
 extensions = []
 
 # Add any paths that contain templates here, relative to this directory.
-templates_path = ['.templates']
+templates_path = ['_templates']
 
 # The suffix of source filenames.
 source_suffix = '.rst'
@@ -49,9 +49,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.1'
+version = '2.12'
 # The full version, including alpha/beta/rc tags.
-release = '0.1'
+release = '2.12dev'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -115,7 +115,7 @@
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['.static']
+html_static_path = ['_static']
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.



More information about the Checkins mailing list