Quote pip install command in developing docs

Prevents it from failing with zsh: no matches found: .[docs]
pull/6769/head
Storm Heg 2021-02-04 13:30:43 +01:00 zatwierdzone przez Matt Westcott
rodzic a4e9431cc5
commit d3285e9f1b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -257,7 +257,7 @@ The Wagtail documentation is built by Sphinx. To install Sphinx and compile the
$ cd /path/to/wagtail
$ # Install the documentation dependencies
$ pip install -e .[docs]
$ pip install -e '.[docs]'
$ # Compile the docs
$ cd docs/
$ make html