From: Aric Gardner Date: Mon, 27 Jan 2020 20:01:25 +0000 (-0500) Subject: Add onap X-Git-Tag: v0.4.0~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=d6de2655758efa2304640d7dcb896963e784d9e2;p=releng%2Fdocs-conf.git Add onap Add section for onap with onap specific configs taken from onap/doc/docs/conf.py Signed-off-by: Aric Gardner Change-Id: I0655f21db43a2111db0477f98c592de4d420f850 --- diff --git a/docs_conf/defaults/onap.yaml b/docs_conf/defaults/onap.yaml new file mode 100644 index 0000000..c1c71dd --- /dev/null +++ b/docs_conf/defaults/onap.yaml @@ -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