X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=a1c6023bdda78af8b0531eaece356152093e451e;hb=3e524ba18ca3591fe122ad91643f39d6230fd644;hp=526ec6933cffdc1c1f79c0f6e410fc97e2c8b986;hpb=57cf0b5c9fc3026923a98770c8ef546b9ff83ecb;p=policy%2Fparent.git diff --git a/docs/conf.py b/docs/conf.py index 526ec693..a1c6023b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,6 +2,7 @@ from docs_conf.conf import * branch = 'latest' master_doc = 'index' +extensions = ['sphinx.ext.autosectionlabel'] linkcheck_ignore = [ 'http://localhost', @@ -12,4 +13,4 @@ intersphinx_mapping = {} html_last_updated_fmt = '%d-%b-%y %H:%M' def setup(app): - app.add_stylesheet("css/ribbon_onap.css") \ No newline at end of file + app.add_stylesheet("css/ribbon.css")