Make Doxygen and Sphinx use common resources.

This commit is contained in:
Peter D. Barnes, Jr.
2012-07-20 16:49:45 -07:00
parent b2ca200567
commit c2cd446b64
15 changed files with 217 additions and 156 deletions

View File

@@ -91,7 +91,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'ns3_sphinx_theme'
html_theme = 'ns3_html_theme'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
@@ -99,7 +99,7 @@ html_theme = 'ns3_sphinx_theme'
#html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = ['../../']
html_theme_path = ['../..']
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".