X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fdbcapi.git;a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=8f40e8b8175c7daa10472f8ec6d15de5af43df34;hp=0000000000000000000000000000000000000000;hb=64c0a0d78c2a24edf8349bbc7df9e92170e493c9;hpb=977f8425c46aad37294d7567bca69bc17c079133 diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..8f40e8b --- /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")