diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2021-08-12 18:36:02 -0400 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-08-13 15:57:21 +0000 |
commit | d170681b24724c522adaf1e2f4f0e1f3289dbf82 (patch) | |
tree | 07b818dde94aa45f2d50da86f5eea5af8659413b /docs/conf.py | |
parent | 078d258034cef5b4ca74d9deb37b2684cc77d060 (diff) |
tests docs: upgrade python packages
- Upgrade python package requirements for test & docs
- Clean up docs generation warnings
- Consolidate python requirements for docs in test
requirements specs.
- Upgrade pip
Type: make
Change-Id: I74a3924b43ed93d15b32ec9f6fc41ed1ba95b69b
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index da8c223f27a..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-2020, 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. |