X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=36002aaa79c64019e857d86a910f087caf34b08a;hb=fe7fa3746a2c1085527b2355b59cab3dc37229e7;hp=072d33055cca690ac4532114c12a0db96c3ca405;hpb=ee9e8a78278b9dbf64553b726707ebc0bd6d4b6b;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