aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorjinquanni <ni.jinquan@zte.com.cn>2022-03-01 20:43:06 +0800
committerjinquanni <ni.jinquan@zte.com.cn>2022-03-01 23:53:12 +0800
commitb62418200c69b5ac0af87ea87311d9a2dc923cbd (patch)
tree087479c86262c89f39eb0f6bc043a9ae37382365 /docs/conf.py
parentf96a7728da54c1a30df677ba733581a33fd90076 (diff)
[MSB]remove duplicated docs
remove duplicated docs in msb/apigateway repo and update sphinx config files Issue-ID: MSB-633 Signed-off-by: jinquanni <ni.jinquan@zte.com.cn> Change-Id: I8ae19dc9cdceceb34184851320d0018edd92168d
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 0000000..d211470
--- /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_css_file("css/ribbon.css")