Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ __pycache__
docs/_build
.coverage
coverage.xml
build/lib
4 changes: 2 additions & 2 deletions docs/sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ git clone https://github.com/panodata/sphinx-design-elements
cd sphinx-design-elements
python3 -m venv .venv
source .venv/bin/activate
pip install --editable=.[develop,docs,test]
pip install --editable '.[develop,docs,test]'
poe check
```

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

```shell
# Install a few more prerequisites.
pip install --editable=.[release]
pip install --editable '.[release]'

# Designate a new version.
git tag v0.1.0
Expand Down