Update Sphinx docs to use ns-3 theme
authorPeter D. Barnes, Jr. <barnes26@llnl.gov>
Wed, 13 Jun 2012 18:53:20 -0700
changeset 8905 28082dae521a
parent 8904 8cd246263c9a
child 8906 11398e7abe77
Update Sphinx docs to use ns-3 theme
doc/manual/source/conf.py
doc/models/source/conf.py
doc/tutorial-pt-br/source/conf.py
doc/tutorial/source/conf.py
--- a/doc/manual/source/conf.py	Wed Jun 13 18:52:04 2012 -0700
+++ b/doc/manual/source/conf.py	Wed Jun 13 18:53:20 2012 -0700
@@ -91,7 +91,7 @@
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = 'default'
+html_theme = 'ns3_sphinx_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,11 +99,11 @@
 #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".
-#html_title = None
+html_title = 'Manual'
 
 # A shorter title for the navigation bar.  Default is the same as html_title.
 #html_short_title = None
--- a/doc/models/source/conf.py	Wed Jun 13 18:52:04 2012 -0700
+++ b/doc/models/source/conf.py	Wed Jun 13 18:53:20 2012 -0700
@@ -91,7 +91,7 @@
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = 'default'
+html_theme = 'ns3_sphinx_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,11 +99,11 @@
 #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".
-#html_title = None
+html_title = 'Model Library'
 
 # A shorter title for the navigation bar.  Default is the same as html_title.
 #html_short_title = None
--- a/doc/tutorial-pt-br/source/conf.py	Wed Jun 13 18:52:04 2012 -0700
+++ b/doc/tutorial-pt-br/source/conf.py	Wed Jun 13 18:53:20 2012 -0700
@@ -93,7 +93,7 @@
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = 'default'
+html_theme = 'ns3_sphinx_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
@@ -101,11 +101,11 @@
 #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".
-#html_title = None
+html_title = 'Rastreamento'
 
 # A shorter title for the navigation bar.  Default is the same as html_title.
 #html_short_title = None
--- a/doc/tutorial/source/conf.py	Wed Jun 13 18:52:04 2012 -0700
+++ b/doc/tutorial/source/conf.py	Wed Jun 13 18:53:20 2012 -0700
@@ -91,7 +91,7 @@
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = 'default'
+html_theme = 'ns3_sphinx_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,11 +99,11 @@
 #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".
-#html_title = None
+html_title = 'Tutorial'
 
 # A shorter title for the navigation bar.  Default is the same as html_title.
 #html_short_title = None