From d631f99f8bc0f05cf43d4d3047dd36f7d54641b7 Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr." Date: Wed, 13 Jun 2012 18:53:20 -0700 Subject: [PATCH] Update Sphinx docs to use ns-3 theme --- doc/manual/source/conf.py | 6 +++--- doc/models/source/conf.py | 6 +++--- doc/tutorial-pt-br/source/conf.py | 6 +++--- doc/tutorial/source/conf.py | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/manual/source/conf.py b/doc/manual/source/conf.py index 2575ed434..5c7cf4e9d 100644 --- a/doc/manual/source/conf.py +++ b/doc/manual/source/conf.py @@ -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 = '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 = 'default' #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 # " v 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 diff --git a/doc/models/source/conf.py b/doc/models/source/conf.py index 790c68773..b07d07bcd 100644 --- a/doc/models/source/conf.py +++ b/doc/models/source/conf.py @@ -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 = '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 = 'default' #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 # " v 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 diff --git a/doc/tutorial-pt-br/source/conf.py b/doc/tutorial-pt-br/source/conf.py index 3d79d5eab..5b7fcfe0b 100644 --- a/doc/tutorial-pt-br/source/conf.py +++ b/doc/tutorial-pt-br/source/conf.py @@ -93,7 +93,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 = '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 = 'default' #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 # " v 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 diff --git a/doc/tutorial/source/conf.py b/doc/tutorial/source/conf.py index 76a761fb1..6d62f53e6 100644 --- a/doc/tutorial/source/conf.py +++ b/doc/tutorial/source/conf.py @@ -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 = '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 = 'default' #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 # " v 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