X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=87611ec929af91492090023fa29bb9258ff37fe4;hb=e2528a77fc0db9b2bf7acc72ed61e589dcdb38f7;hp=78ab3480d5f11689b2d8772341ab8e849edb494a;hpb=7a00e85e21533d2a11300a61439b4ab3a420c1d5;p=policy%2Fparent.git diff --git a/docs/conf.py b/docs/conf.py index 78ab3480..87611ec9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,7 +2,10 @@ from docs_conf.conf import * branch = 'latest' master_doc = 'index' -extensions = ['sphinx.ext.autosectionlabel'] +extensions = [ + 'sphinx.ext.autosectionlabel', + 'sphinxcontrib.swaggerdoc' + ] linkcheck_ignore = [ 'http://localhost', @@ -12,5 +15,7 @@ intersphinx_mapping = {} html_last_updated_fmt = '%d-%b-%y %H:%M' +autosectionlabel_maxdepth = 2 + def setup(app): - app.add_stylesheet("css/ribbon_onap.css") + app.add_stylesheet("css/ribbon.css")