Skip to content

Commit 180969e

Browse files
bmunkholmamotl
authored andcommitted
Fix sandbox instructions and update .gitignore
1 parent eb88fb4 commit 180969e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ __pycache__
77
docs/_build
88
.coverage
99
coverage.xml
10+
build/lib

docs/sandbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ git clone https://github.com/panodata/sphinx-design-elements
1313
cd sphinx-design-elements
1414
python3 -m venv .venv
1515
source .venv/bin/activate
16-
pip install --editable=.[develop,docs,test]
16+
pip install --editable '.[develop,docs,test]'
1717
poe check
1818
```
1919

@@ -55,7 +55,7 @@ role-implementations, see [`gridtable.py`], [`infocard.py`], and [`tag.py`].
5555

5656
```shell
5757
# Install a few more prerequisites.
58-
pip install --editable=.[release]
58+
pip install --editable '.[release]'
5959

6060
# Designate a new version.
6161
git tag v0.1.0

0 commit comments

Comments
 (0)