From 45f4d8f8b0b02038cde53f52122b61fe4bdc1da8 Mon Sep 17 00:00:00 2001 From: Glandos Date: Thu, 3 Jun 2021 22:29:55 +0200 Subject: Using one job for all linting and doc generation Requirements for doc are now an extra require in setup.cfg --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 9177986..143be48 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,6 +53,10 @@ dev = tox>=3.14.6 zest.releaser>=6.20.1 +doc = + Sphinx==3.5.3 + docutils==0.17.1 + [options.entry_points] console_scripts = ihatemoney = ihatemoney.manage:main -- cgit v1.1