From e5094c04a785e10aefc306d86755fcc57f39fc34 Mon Sep 17 00:00:00 2001 From: Paulo Henrique Silva Date: Mon, 25 Nov 2019 15:34:10 -0300 Subject: Rename requirements for docs and dev and upgrade nose and coverage packages --- requirements-docs.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 requirements-docs.txt (limited to 'requirements-docs.txt') diff --git a/requirements-docs.txt b/requirements-docs.txt new file mode 100644 index 0000000..a2cc5a1 --- /dev/null +++ b/requirements-docs.txt @@ -0,0 +1,6 @@ +# install base requirements +-r requirements.txt + +# documentation generation support +Sphinx==1.2.3 +numpydoc==0.5 -- cgit From d54bdf37699aad423d5e572f6ff351b5840b29fd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 21:09:59 +0000 Subject: Bump numpydoc from 0.5 to 0.9.1 Bumps [numpydoc](https://github.com/numpy/numpydoc) from 0.5 to 0.9.1. - [Release notes](https://github.com/numpy/numpydoc/releases) - [Commits](https://github.com/numpy/numpydoc/compare/v0.5...v0.9.1) Signed-off-by: dependabot-preview[bot] --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements-docs.txt') diff --git a/requirements-docs.txt b/requirements-docs.txt index a2cc5a1..27b3ae8 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -3,4 +3,4 @@ # documentation generation support Sphinx==1.2.3 -numpydoc==0.5 +numpydoc==0.9.1 -- cgit From e952aedbc3b71b45c15383c89c1f1f31cbb99178 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 21:10:40 +0000 Subject: Bump sphinx from 1.2.3 to 2.2.1 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] --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements-docs.txt') diff --git a/requirements-docs.txt b/requirements-docs.txt index a2cc5a1..25c8c2c 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -2,5 +2,5 @@ -r requirements.txt # documentation generation support -Sphinx==1.2.3 +Sphinx==2.2.1 numpydoc==0.5 -- cgit