Skip to content

Commit ca137a5

Browse files
committed
Merge branch 'main' of github.com:SpikeInterface/spikeinterface-gui into plot-waveform-samples
2 parents 2355487 + f67fb9b commit ca137a5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1411
-94
lines changed

.readthedocs.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
3+
# Specify os and python version
4+
build:
5+
os: "ubuntu-24.04"
6+
tools:
7+
python: "3.10"
8+
commands:
9+
- asdf plugin add uv
10+
- asdf install uv latest
11+
- asdf global uv latest
12+
- uv venv $READTHEDOCS_VIRTUALENV_PATH
13+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv --preview pip install .[docs]
14+
- python -m sphinx -T -b html -d docs/build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html
15+
16+
sphinx:
17+
# Path to your Sphinx configuration file.
18+
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)