aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-02-27 11:44:52 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-27 11:44:52 +0000
commit2c0864f7b51e43591ef97cdda258d4d504180e4c (patch)
tree65669cbc2e8691e1fc509c5fcdc84650f7239d84 /docs/conf.py
parent47f977556de3613e1f67d4551ccaa576e3228e93 (diff)
parent57cf0b5c9fc3026923a98770c8ef546b9ff83ecb (diff)
Merge "Migrate policy-parent docs"
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..526ec693
--- /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") \ No newline at end of file