version 1.1.1.1, 2016/10/18 13:28:18
|
version 1.1.1.2, 2021/03/17 00:36:45
|
Line 45 master_doc = 'index'
|
Line 45 master_doc = 'index'
|
|
|
# General information about the project. |
# General information about the project. |
project = u'iperf3' |
project = u'iperf3' |
copyright = u'2014-2015, ESnet' | copyright = u'2014-2020, ESnet' |
|
|
# The version info for the project you're documenting, acts as replacement for |
# The version info for the project you're documenting, acts as replacement for |
# |version| and |release|, also used in various other places throughout the |
# |version| and |release|, also used in various other places throughout the |
# built documents. |
# built documents. |
# |
# |
# The short X.Y version. |
# The short X.Y version. |
version = '3.0.11' | version = '3.8.1' |
# The full version, including alpha/beta/rc tags. |
# The full version, including alpha/beta/rc tags. |
release = '3.0.11' |
|
|
|
|
release = '3.8.1' |
|
|
# The language for content autogenerated by Sphinx. Refer to documentation |
# The language for content autogenerated by Sphinx. Refer to documentation |
# for a list of supported languages. |
# for a list of supported languages. |
#language = None |
#language = None |
Line 127 html_theme_path = sphinx_bootstrap_theme.get_html_them
|
Line 128 html_theme_path = sphinx_bootstrap_theme.get_html_them
|
|
|
# The name of an image file (relative to this directory) to place at the top |
# The name of an image file (relative to this directory) to place at the top |
# of the sidebar. |
# of the sidebar. |
html_logo = "_esnet/static/logo-esnet-ball-sm.png" | html_logo = "_esnet/static/ESnet_Final_Logos_All_Blue_Circle_Stamp_RGB.png" |
|
|
|
|
# The name of an image file (within the static path) to use as favicon of the |
# The name of an image file (within the static path) to use as favicon of the |
Line 141 html_context = {
|
Line 142 html_context = {
|
# Add any paths that contain custom static files (such as style sheets) here, |
# Add any paths that contain custom static files (such as style sheets) here, |
# relative to this directory. They are copied after the builtin static files, |
# relative to this directory. They are copied after the builtin static files, |
# so a file named "default.css" will overwrite the builtin "default.css". |
# so a file named "default.css" will overwrite the builtin "default.css". |
html_static_path = ['_static'] | html_static_path = ['_static/esnet'] |
|
|
# Add any extra paths that contain custom files (such as robots.txt or |
# Add any extra paths that contain custom files (such as robots.txt or |
# .htaccess) here, relative to this directory. These files are copied |
# .htaccess) here, relative to this directory. These files are copied |