We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7acef commit 895cc16Copy full SHA for 895cc16
docs/sandbox.md
@@ -13,7 +13,7 @@ git clone https://github.com/panodata/sphinx-design-elements
13
cd sphinx-design-elements
14
python3 -m venv .venv
15
source .venv/bin/activate
16
-pip install --editable ".[develop,docs,test]"
+pip install --editable '.[develop,docs,test]'
17
poe check
18
```
19
0 commit comments