X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fconf.py;h=09c4d9b4ce4d0cd4d8e006abe4ed76e473610474;hb=f059a3452c285ec57a75c7b1ede5052244be4e5d;hp=68dab302105b3dbc976ea13bfbdd91e70cdfae22;hpb=c96d618a5dd96e3a40d59860d2cdb9d5c6b71d11;p=vpp.git diff --git a/docs/conf.py b/docs/conf.py index 68dab302105..09c4d9b4ce4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,8 +19,8 @@ # -- Project information ----------------------------------------------------- project = u'The Vector Packet Processor' -copyright = u'2018, Linux Foundation' -author = u'John DeNisco' +copyright = u'2018-2021, Linux Foundation' +author = u'FD.io VPP Community' # The short X.Y version version = u'master' @@ -109,7 +109,7 @@ html_static_path = ['_static'] def setup(app): - app.add_stylesheet('css/rules.css') + app.add_css_file('css/rules.css') # Custom sidebar templates, must be a dictionary that maps document names # to template names.