89 |
89 |
90 # -- Options for HTML output --------------------------------------------------- |
90 # -- Options for HTML output --------------------------------------------------- |
91 |
91 |
92 # The theme to use for HTML and HTML Help pages. See the documentation for |
92 # The theme to use for HTML and HTML Help pages. See the documentation for |
93 # a list of builtin themes. |
93 # a list of builtin themes. |
94 html_theme = 'default' |
94 html_theme = 'ns3_sphinx_theme' |
95 |
95 |
96 # Theme options are theme-specific and customize the look and feel of a theme |
96 # Theme options are theme-specific and customize the look and feel of a theme |
97 # further. For a list of options available for each theme, see the |
97 # further. For a list of options available for each theme, see the |
98 # documentation. |
98 # documentation. |
99 #html_theme_options = {} |
99 #html_theme_options = {} |
100 |
100 |
101 # Add any paths that contain custom themes here, relative to this directory. |
101 # Add any paths that contain custom themes here, relative to this directory. |
102 #html_theme_path = [] |
102 html_theme_path = ['../../'] |
103 |
103 |
104 # The name for this set of Sphinx documents. If None, it defaults to |
104 # The name for this set of Sphinx documents. If None, it defaults to |
105 # "<project> v<release> documentation". |
105 # "<project> v<release> documentation". |
106 #html_title = None |
106 html_title = 'Model Library' |
107 |
107 |
108 # A shorter title for the navigation bar. Default is the same as html_title. |
108 # A shorter title for the navigation bar. Default is the same as html_title. |
109 #html_short_title = None |
109 #html_short_title = None |
110 |
110 |
111 # The name of an image file (relative to this directory) to place at the top |
111 # The name of an image file (relative to this directory) to place at the top |