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 | |
Hansen, Tony (th1395) | 663df2c | 2023-05-23 21:27:17 +0000 | [diff] [blame] | 7 | author = "Open Network Automation Platform" |
| 8 | # yamllint disable-line rule:line-length |
| 9 | copyright = "ONAP. Licensed under Creative Commons Attribution 4.0 International License. http://creativecommons.org/licenses/by/4.0." |
| 10 | |
Jessica Wagantall | d4c19a9 | 2020-02-06 14:52:21 -0800 | [diff] [blame] | 11 | linkcheck_ignore = [ |
Hansen, Tony (th1395) | 663df2c | 2023-05-23 21:27:17 +0000 | [diff] [blame] | 12 | r'http://localhost:\d+/', |
| 13 | r'http:/', |
| 14 | r'https://localhost:\d+/', |
| 15 | r'https:/', |
| 16 | r'jdbc:' |
| 17 | ] |
| 18 | |
| 19 | exclude_patterns = [ |
| 20 | r'.tox/**.rst' |
Jessica Wagantall | d4c19a9 | 2020-02-06 14:52:21 -0800 | [diff] [blame] | 21 | ] |
| 22 | |
Vijay Venkatesh Kumar | 958df7b | 2022-11-01 12:02:45 -0400 | [diff] [blame] | 23 | extensions = [ |
| 24 | 'sphinx.ext.intersphinx', |
| 25 | 'sphinx.ext.graphviz', |
| 26 | 'sphinxcontrib.blockdiag', |
| 27 | 'sphinxcontrib.seqdiag', |
| 28 | 'sphinxcontrib.swaggerdoc', |
| 29 | 'sphinxcontrib.plantuml' |
| 30 | ] |
| 31 | |
| 32 | pygments_style = "sphinx" |
| 33 | html_theme = "sphinx_rtd_theme" |
| 34 | html_theme_options = { |
| 35 | "style_nav_header_background": "white", |
| 36 | "sticky_navigation": "False" } |
| 37 | html_logo = "_static/logo_onap_2017.png" |
| 38 | html_favicon = "_static/favicon.ico" |
| 39 | html_static_path = ["_static"] |
| 40 | html_show_sphinx = False |
| 41 | |
Jessica Wagantall | d4c19a9 | 2020-02-06 14:52:21 -0800 | [diff] [blame] | 42 | intersphinx_mapping = {} |
| 43 | |
| 44 | html_last_updated_fmt = '%d-%b-%y %H:%M' |
| 45 | |
| 46 | def setup(app): |
Eric Debeau | ea5c42a | 2021-09-29 21:28:28 +0200 | [diff] [blame] | 47 | app.add_css_file("css/ribbon.css") |