Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 1.2.3 to 2.2.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v1.2.3...v2.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 lines
112 B
Text
6 lines
112 B
Text
# install base requirements
|
|
-r requirements.txt
|
|
|
|
# documentation generation support
|
|
Sphinx==2.2.1
|
|
numpydoc==0.5
|