Changeset f368fd9 in sasview for sphinx-docs/conf.py
- Timestamp:
- Oct 10, 2012 4:12:50 PM (12 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- aa01d07b
- Parents:
- 67dd757
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sphinx-docs/conf.py
rc7e12b6 rf368fd9 43 43 44 44 # General information about the project. 45 project = u'Sa nsView'46 copyright = u'2012, Sa nsView Project'45 project = u'SasView' 46 copyright = u'2012, SasView Project' 47 47 48 48 # The version info for the project you're documenting, acts as replacement for … … 50 50 # built documents. 51 51 # 52 # Manage version number ###################################### 53 sys.path.append('..') 54 import sansview 55 VERSION = sansview.__version__ 56 ############################################################## 52 57 # The short X.Y version. 53 version = '2.1'58 version = VERSION 54 59 # The full version, including alpha/beta/rc tags. 55 release = '2.1.1'60 release = VERSION 56 61 57 62 # The language for content autogenerated by Sphinx. Refer to documentation … … 167 172 168 173 # Output file base name for HTML help builder. 169 htmlhelp_basename = 'sa nsview_docs'174 htmlhelp_basename = 'sasview_docs' 170 175 171 176 … … 181 186 # (source start file, target name, title, author, documentclass [howto/manual]). 182 187 latex_documents = [ 183 ('index', 'sa nsview.tex', u'SansView Documentation',184 u'Sa nsView Project', 'manual'),188 ('index', 'sasview.tex', u'SasView Documentation', 189 u'SasView Project', 'manual'), 185 190 ] 186 191 … … 214 219 # (source start file, name, description, authors, manual section). 215 220 man_pages = [ 216 ('index', 'sa nsview', u'SansView Documentation',217 [u'Sa nsView Project'], 1)221 ('index', 'sasview', u'SasView Documentation', 222 [u'SasView Project'], 1) 218 223 ]
Note: See TracChangeset
for help on using the changeset viewer.