From e76929a0de1f8fda281f2d535cd820428413aa52 Mon Sep 17 00:00:00 2001 From: Aleksandra Maciaga Date: Wed, 19 Feb 2020 10:30:58 +0100 Subject: Add documentation Signed-off-by: Aleksandra Maciaga Issue-ID: AAF-997 Change-Id: I1c451a8e7060ff565f7e6bfe5290d3fd96f6bebd --- docs/conf.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/conf.py (limited to 'docs/conf.py') 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") -- cgit 1.2.3-korg