X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=8f40e8b8175c7daa10472f8ec6d15de5af43df34;hp=0000000000000000000000000000000000000000;hb=ba66edfffc5d58a2a963b66967a9b93beaf881b2;hpb=9fa2e46e3f52b8c101a7cf7589553009cd0ae673 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")