Vijay Venkatesh Kumar | 958df7b | 2022-11-01 12:02:45 -0400 | [diff] [blame^] | 1 | project = "onap" |
| 2 | release = "master" |
| 3 | version = "master" |
Jessica Wagantall | d4c19a9 | 2020-02-06 14:52:21 -0800 | [diff] [blame] | 4 | branch = 'latest' |
| 5 | master_doc = 'index' |
| 6 | |
| 7 | linkcheck_ignore = [ |
Vijay Venkatesh Kumar | 958df7b | 2022-11-01 12:02:45 -0400 | [diff] [blame^] | 8 | r'http://localhost:\d+/' |
Jessica Wagantall | d4c19a9 | 2020-02-06 14:52:21 -0800 | [diff] [blame] | 9 | ] |
| 10 | |
Vijay Venkatesh Kumar | 958df7b | 2022-11-01 12:02:45 -0400 | [diff] [blame^] | 11 | extensions = [ |
| 12 | 'sphinx.ext.intersphinx', |
| 13 | 'sphinx.ext.graphviz', |
| 14 | 'sphinxcontrib.blockdiag', |
| 15 | 'sphinxcontrib.seqdiag', |
| 16 | 'sphinxcontrib.swaggerdoc', |
| 17 | 'sphinxcontrib.plantuml' |
| 18 | ] |
| 19 | |
| 20 | pygments_style = "sphinx" |
| 21 | html_theme = "sphinx_rtd_theme" |
| 22 | html_theme_options = { |
| 23 | "style_nav_header_background": "white", |
| 24 | "sticky_navigation": "False" } |
| 25 | html_logo = "_static/logo_onap_2017.png" |
| 26 | html_favicon = "_static/favicon.ico" |
| 27 | html_static_path = ["_static"] |
| 28 | html_show_sphinx = False |
| 29 | |
Jessica Wagantall | d4c19a9 | 2020-02-06 14:52:21 -0800 | [diff] [blame] | 30 | intersphinx_mapping = {} |
| 31 | |
| 32 | html_last_updated_fmt = '%d-%b-%y %H:%M' |
| 33 | |
| 34 | def setup(app): |
Eric Debeau | ea5c42a | 2021-09-29 21:28:28 +0200 | [diff] [blame] | 35 | app.add_css_file("css/ribbon.css") |
Vijay Venkatesh Kumar | 958df7b | 2022-11-01 12:02:45 -0400 | [diff] [blame^] | 36 | |
| 37 | |
| 38 | |