X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=36002aaa79c64019e857d86a910f087caf34b08a;hb=20746c931b4adc74a85686168005cae2b512565e;hp=072d33055cca690ac4532114c12a0db96c3ca405;hpb=6ffe1ecc8f0d52d7546ff640d275748ba21ff00c;p=modeling%2Fetsicatalog.git diff --git a/docs/conf.py b/docs/conf.py index 072d330..36002aa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,3 +1,5 @@ +from docs_conf.conf import * + branch = 'latest' master_doc = 'index' @@ -11,4 +13,4 @@ html_last_updated_fmt = '%d-%b-%y %H:%M' def setup(app): - app.add_stylesheet("css/ribbon.css") + app.add_css_file("css/ribbon.css") \ No newline at end of file