aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-02-18 14:46:16 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-18 14:46:16 +0000
commitfad2018502f1794f2569becaaa65b6f44bb93a8c (patch)
tree5b397f2f4d00c135529582ce9aa4ec921c919531 /docs/conf.py
parent6cad29cfc9b771dfaf99a7c1b47c04ca9fcf328c (diff)
parent1a5084c88598177d8f260f7c18f4f6aa5d715de1 (diff)
Merge "Migrate sdnc-oam docs"
Former-commit-id: f186adb942879e2658142f0cd262f95c8b99e886
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
new file mode 100644
index 00000000..8f40e8b8
--- /dev/null
+++ b/docs/conf.py
@@ -0,0 +1,15 @@
+from docs_conf.conf import *
+
+branch = 'latest'
+master_doc = 'index'
+
+linkcheck_ignore = [
+ 'http://localhost',
+]
+
+intersphinx_mapping = {}
+
+html_last_updated_fmt = '%d-%b-%y %H:%M'
+
+def setup(app):
+ app.add_stylesheet("css/ribbon_onap.css")