summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-04-03 18:54:02 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-04-03 20:38:42 -0500
commitda64914ae5523856b00bb6bd43331d1524808015 (patch)
tree2716d1b1777003cf10e7602a42148a5cdfeb7741 /CONTRIBUTING.md
parent165fc877e655a0e7f368409a7a6e2f7bc69e331d (diff)
downloadrequests-cache-da64914ae5523856b00bb6bd43331d1524808015.tar.gz
Update to Ubuntu 20.04 build image for readthedocs
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"
```