Added to the docs, mostly the user guide
This commit is contained in:
		| @@ -44,10 +44,11 @@ copyright = u'2009, Harry Marr' | ||||
| # |version| and |release|, also used in various other places throughout the | ||||
| # built documents. | ||||
| # | ||||
| import mongoengine | ||||
| # The short X.Y version. | ||||
| version = '0.1' | ||||
| version = mongoengine.get_version() | ||||
| # The full version, including alpha/beta/rc tags. | ||||
| release = '0.1' | ||||
| release = mongoengine.get_release() | ||||
|  | ||||
| # The language for content autogenerated by Sphinx. Refer to documentation | ||||
| # for a list of supported languages. | ||||
| @@ -128,7 +129,7 @@ html_static_path = ['_static'] | ||||
|  | ||||
| # If true, SmartyPants will be used to convert quotes and dashes to | ||||
| # typographically correct entities. | ||||
| #html_use_smartypants = True | ||||
| html_use_smartypants = True | ||||
|  | ||||
| # Custom sidebar templates, maps document names to template names. | ||||
| #html_sidebars = {} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user