summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d1698af..e3f7340 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -106,7 +106,7 @@ docker run --rm -ti \
readthedocs/build \
/bin/bash -c \
"cd /home/docs/project \
- && pip3 install '.[dev]' \
+ && pip3 install '.[docs,backends]' \
&& make -C docs html"
```