blob: 320a881c2924a78efcca407baa57bf8047b335d8 [file] [log] [blame]
Vijay Venkatesh Kumar958df7b2022-11-01 12:02:45 -04001project = "onap"
2release = "master"
3version = "master"
Jessica Wagantalld4c19a92020-02-06 14:52:21 -08004branch = 'latest'
5master_doc = 'index'
6
7linkcheck_ignore = [
Vijay Venkatesh Kumar958df7b2022-11-01 12:02:45 -04008 r'http://localhost:\d+/'
Jessica Wagantalld4c19a92020-02-06 14:52:21 -08009]
10
Vijay Venkatesh Kumar958df7b2022-11-01 12:02:45 -040011extensions = [
12 'sphinx.ext.intersphinx',
13 'sphinx.ext.graphviz',
14 'sphinxcontrib.blockdiag',
15 'sphinxcontrib.seqdiag',
16 'sphinxcontrib.swaggerdoc',
17 'sphinxcontrib.plantuml'
18]
19
20pygments_style = "sphinx"
21html_theme = "sphinx_rtd_theme"
22html_theme_options = {
23 "style_nav_header_background": "white",
24 "sticky_navigation": "False" }
25html_logo = "_static/logo_onap_2017.png"
26html_favicon = "_static/favicon.ico"
27html_static_path = ["_static"]
28html_show_sphinx = False
29
Jessica Wagantalld4c19a92020-02-06 14:52:21 -080030intersphinx_mapping = {}
31
32html_last_updated_fmt = '%d-%b-%y %H:%M'
33
34def setup(app):
Eric Debeauea5c42a2021-09-29 21:28:28 +020035 app.add_css_file("css/ribbon.css")
Vijay Venkatesh Kumar958df7b2022-11-01 12:02:45 -040036
37
38