From: Aric Gardner Date: Mon, 23 Sep 2019 19:27:08 +0000 (-0400) Subject: Add Oran X-Git-Tag: v0.3.1^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=67efa9f1983fb34325312589edcca30709a32dea;p=releng%2Fdocs-conf.git Add Oran Oran documentation is WIP I will need this released before we can complete this task Signed-off-by: Aric Gardner Change-Id: I3db6fc6644bc9f1f39e8cc6a8918b876902bcefd --- diff --git a/docs_conf/defaults/oran.yaml b/docs_conf/defaults/oran.yaml new file mode 100644 index 0000000..f68cf58 --- /dev/null +++ b/docs_conf/defaults/oran.yaml @@ -0,0 +1,31 @@ +--- +project: ORAN +release: master +version: master +author: O-RAN Project +copyright: 2019, O-RAN Project + +needs_sphinx: '1.6.5' +extensions: + - sphinx.ext.autodoc + - sphinx.ext.doctest + - sphinx.ext.intersphinx + - sphinx.ext.graphviz + - sphinx.ext.todo + - sphinx.ext.coverage + - sphinx.ext.viewcode +exclude_patterns: + - .DS_Store + - _build + - Thumbs.db +todo_include_todos: false + +html_favicon: favicon.ico +html_logo: _static/logo.png +html_static_path: + - _static +html_theme: bootstrap +html_theme_options: + bootswatch_theme: united + navbar_sidebarrel: false + source_link_position: footer