We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57050fa commit a06164cCopy full SHA for a06164c
.github/workflows/docs.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
32
- pip install -e [docs]
+ pip install -e .[docs]
33
34
- name: Build documentation
35
run: sphinx-multiversion docs/source docs/build/html --keep-going --no-color
docs/source/contributors_guide/contributing.rst
@@ -24,7 +24,7 @@ Preparing the development setup
24
25
.. code-block:: console
26
27
- $ pip install -e [dev]
+ $ pip install -e .[dev]
28
$ pre-commit install
Building documentation
0 commit comments