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 --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/contributing.rst') diff --git a/docs/contributing.rst b/docs/contributing.rst index 7b4f8a5..80174b7 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -195,7 +195,7 @@ its source is located inside the `docs folder Install doc dependencies (within the virtual environment, if any):: - pip install -r docs/requirements.txt + pip install -e .[doc] And to produce a HTML doc in the `docs/_output` folder:: -- cgit v1.1