Ignore:
Timestamp:
Jun 18, 2013 10:01:05 PM (10 years ago)
Author:
toby
Message:

redo docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sphinxdocs/source/conf.py

    r907 r957  
    2727# Add any Sphinx extension module names here, as strings. They can be extensions
    2828# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    29 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
     29extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.mathjax']
    3030
    3131# Add any paths that contain templates here, relative to this directory.
     
    114114# The name of an image file (relative to this directory) to place at the top
    115115# of the sidebar.
    116 #html_logo = None
     116html_logo = 'G2_html_logo.png'
    117117
    118118# The name of an image file (within the static path) to use as favicon of the
     
    193193# The name of an image file (relative to this directory) to place at the top of
    194194# the title page.
    195 #latex_logo = None
     195latex_logo = 'G2_html_logo.png'
    196196
    197197# For "manual" documents, if this is true, then toplevel headings are parts,
Note: See TracChangeset for help on using the changeset viewer.