blob: 966fe7dfe3fc324341cbc6dcb7480e882cd0fbd0 [file] [log] [blame]
thmsdtacd34d72022-07-18 14:51:16 +02001project = "onap"
2release = "istanbul"
3version = "istanbul"
4
5author: "Open Network Automation Platform"
6# yamllint disable-line rule:line-length
7copyright: "ONAP. Licensed under Creative Commons Attribution 4.0 International License."
8
9pygments_style = "sphinx"
10html_theme = "sphinx_rtd_theme"
11html_theme_options = {
12 "style_nav_header_background": "white",
13 "sticky_navigation": "False" }
14html_logo = "_static/logo_onap_2017.png"
15html_favicon = "_static/favicon.ico"
16html_static_path = ["_static"]
17html_show_sphinx = False
18
19extensions = [
20 'sphinx.ext.intersphinx','sphinxcontrib.blockdiag',
21 'sphinxcontrib.seqdiag', 'sphinxcontrib.swaggerdoc', 'sphinx.ext.graphviz']
22
23#
24# Map to 'latest' if this file is used in 'latest' (master) 'doc' branch.
25# Change to {releasename} after you have created the new 'doc' branch.
26#
thmsdtd6b7f662021-10-19 12:05:48 +020027
28branch = 'istanbul'
Cédric Ollivier30932692021-11-22 14:21:29 +010029
thmsdtd6b7f662021-10-19 12:05:48 +020030intersphinx_mapping = {}
thmsdtacd34d72022-07-18 14:51:16 +020031doc_url = 'https://docs.onap.org/projects'
32master_doc = 'index'
33
34#
35# Example:
36# intersphinx_mapping['onap-aai-aai-common'] = ('{}/onap-aai-aai-common/en/%s'.format(doc_url) % branch, None)
37#
thmsdtd6b7f662021-10-19 12:05:48 +020038
39html_last_updated_fmt = '%d-%b-%y %H:%M'
40
41def setup(app):
42 app.add_css_file("css/ribbon.css")