aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs/conf.py
diff options
context:
space:
mode:
authorjinquanni <ni.jinquan@zte.com.cn>2021-10-14 19:44:14 +0800
committerJinquan Ni <ni.jinquan@zte.com.cn>2021-10-16 08:13:08 +0000
commit7c28b3ce59edaf5b47d30edd656c2cf4a99c272f (patch)
tree597f4d6c55c9eadc6bd0d439ad4fc3a9d2fc2a5b /docs/docs/conf.py
parent4b4796b85d8dce6c5014f886691cd45f9599de58 (diff)
update release notes file
Issue-ID: MSB-624 Signed-off-by: jinquanni <ni.jinquan@zte.com.cn> Change-Id: I8803de7c1bff3548d1834a146820b8a68537f879
Diffstat (limited to 'docs/docs/conf.py')
-rw-r--r--docs/docs/conf.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/docs/conf.py b/docs/docs/conf.py
new file mode 100644
index 0000000..d211470
--- /dev/null
+++ b/docs/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_css_file("css/ribbon.css")