File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed
Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ we describe how you can manage environments manually using `pip`:
122122``` bash
123123python3 -m venv .venv
124124source .venv/bin/activate
125- pip install -e " .[dev,test,doc ]"
125+ pip install -e " .[dev,test,docs ]"
126126```
127127
128128The ` .venv ` directory is typically automatically discovered by IDEs such as VS Code.
Original file line number Diff line number Diff line change @@ -199,7 +199,6 @@ filterwarnings = [
199199
200200[tool .coverage .run ]
201201source = [ " spatialdata_plot" ]
202- patch = [ " subprocess" ]
203202omit = [
204203 " **/test_*.py" ,
205204]
You can’t perform that action at this time.
0 commit comments