Add onap 60/62960/5
authorAric Gardner <agardner@linuxfoundation.org>
Mon, 27 Jan 2020 20:01:25 +0000 (15:01 -0500)
committerAric Gardner <agardner@linuxfoundation.org>
Tue, 28 Jan 2020 20:27:15 +0000 (15:27 -0500)
Add section for onap
with onap specific configs
taken from
onap/doc/docs/conf.py

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I0655f21db43a2111db0477f98c592de4d420f850

docs_conf/defaults/onap.yaml [new file with mode: 0644]

diff --git a/docs_conf/defaults/onap.yaml b/docs_conf/defaults/onap.yaml
new file mode 100644 (file)
index 0000000..c1c71dd
--- /dev/null
@@ -0,0 +1,46 @@
+---
+project: onap
+release: master
+version: master
+
+author: 'Open Network Automation Platform'
+# yamllint disable-line rule:line-length
+copyright: '2020 ONAP. Licensed under Creative Commons Attribution 4.0 International License'
+
+pygments_style: 'sphinx'
+html_theme: sphinx_rtd_theme
+html_theme_options:
+  style_nav_header_background: 'white'
+  sticky_navigation: 'False'
+html_logo: _static/logo_onap_2017.png
+html_favicon: _static/favicon.ico
+html_static_path:
+  - _static
+html_show_sphinx: false
+
+extensions:
+  - sphinx.ext.intersphinx
+  - sphinx.ext.coverage
+  - sphinxcontrib.blockdiag
+  - sphinx.ext.autodoc
+  - sphinx.ext.doctest
+  - sphinx.ext.graphviz
+  - sphinx.ext.todo
+  - sphinx.ext.imgmath
+  - sphinx.ext.viewcode
+  - sphinxcontrib.needs
+  - sphinxcontrib.nwdiag
+  - sphinxcontrib.seqdiag
+  - sphinx.ext.ifconfig
+  - sphinx.ext.todo
+  - sphinxcontrib.plantuml
+  - sphinxcontrib.swaggerdoc
+
+
+exclude_patterns:
+  - .DS_Store
+  - _build
+  - Thumbs.db
+  - _build
+
+todo_include_todos: false