Changeset 957 for trunk/sphinxdocs/source/conf.py
- Timestamp:
- Jun 18, 2013 10:01:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sphinxdocs/source/conf.py
r907 r957 27 27 # Add any Sphinx extension module names here, as strings. They can be extensions 28 28 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 29 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode' ]29 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.mathjax'] 30 30 31 31 # Add any paths that contain templates here, relative to this directory. … … 114 114 # The name of an image file (relative to this directory) to place at the top 115 115 # of the sidebar. 116 #html_logo = None 116 html_logo = 'G2_html_logo.png' 117 117 118 118 # The name of an image file (within the static path) to use as favicon of the … … 193 193 # The name of an image file (relative to this directory) to place at the top of 194 194 # the title page. 195 #latex_logo = None 195 latex_logo = 'G2_html_logo.png' 196 196 197 197 # For "manual" documents, if this is true, then toplevel headings are parts,
Note: See TracChangeset
for help on using the changeset viewer.