Skip to content

Commit 8506163

Browse files
committed
bump
1 parent cb11636 commit 8506163

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ build:
44
os: ubuntu-24.04
55
tools:
66
python: "3.12"
7-
jobs:
8-
create_environment:
9-
- asdf plugin add uv
10-
- asdf install uv latest
11-
- asdf global uv latest
12-
build:
13-
html:
14-
- uvx hatch run docs:build
15-
- mv docs/_build $READTHEDOCS_OUTPUT
7+
commands:
8+
- python -m pip install uv
9+
- uvx hatch run docs:build
10+
- mv docs/_build $READTHEDOCS_OUTPUT

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"sphinx.ext.napoleon",
5656
"sphinxcontrib.bibtex",
5757
"sphinx_autodoc_typehints",
58+
"sphinx_design",
5859
"sphinx_tabs.tabs",
5960
"sphinx.ext.mathjax",
6061
"IPython.sphinxext.ipython_console_highlighting",

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ we describe how you can manage environments manually using `pip`:
122122
```bash
123123
python3 -m venv .venv
124124
source .venv/bin/activate
125-
pip install -e ".[dev,test,doc]"
125+
pip install -e ".[dev,test,docs]"
126126
```
127127

128128
The `.venv` directory is typically automatically discovered by IDEs such as VS Code.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ filterwarnings = [
199199

200200
[tool.coverage.run]
201201
source = [ "spatialdata_plot" ]
202-
patch = [ "subprocess" ]
203202
omit = [
204203
"**/test_*.py",
205204
]

0 commit comments

Comments
 (0)