X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=a1c6023bdda78af8b0531eaece356152093e451e;hb=20358938559866a5937ee7af68678aabdf3a3c39;hp=8f40e8b8175c7daa10472f8ec6d15de5af43df34;hpb=94fae9ace91dd0a6611ad163989f027dffe7a758;p=policy%2Fparent.git diff --git a/docs/conf.py b/docs/conf.py index 8f40e8b8..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") + app.add_stylesheet("css/ribbon.css")