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/etc | |
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/etc')
-rw-r--r-- | docs/etc/requirements.txt | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/docs/etc/requirements.txt b/docs/etc/requirements.txt deleted file mode 100644 index 2df8080ef58..00000000000 --- a/docs/etc/requirements.txt +++ /dev/null @@ -1,36 +0,0 @@ -alabaster==0.7.12 -attrs==19.3.0 -Babel==2.8.0 -certifi==2019.11.28 -chardet==3.0.4 -commonmark==0.9.1 -docutils==0.16 -idna==2.9 -imagesize==1.2.0 -importlib-metadata==1.5.0 -Jinja2==2.11.1 -jsonschema==3.2.0 -MarkupSafe==1.1.1 -packaging==20.3 -pyaml==20.3.1 -pyenchant==3.0.1 -Pygments==2.6.1 -pyparsing==2.4.6 -pyrsistent==0.15.7 -pytz==2019.3 -PyYAML==5.3.1 -recommonmark==0.6.0 -requests==2.23.0 -six==1.14.0 -snowballstemmer==2.0.0 -Sphinx==2.4.4 -sphinx-rtd-theme==0.4.3 -sphinxcontrib-applehelp==1.0.2 -sphinxcontrib-devhelp==1.0.2 -sphinxcontrib-htmlhelp==1.0.3 -sphinxcontrib-jsmath==1.0.1 -sphinxcontrib-qthelp==1.0.3 -sphinxcontrib-serializinghtml==1.1.4 -sphinxcontrib-spelling==4.3.0 -urllib3==1.25.8 -zipp==3.1.0 |