Skip to content

Commit 8511ab0

Browse files
committed
fix: activate the env in docs
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 715f412 commit 8511ab0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ build:
1616
- asdf install uv latest
1717
- asdf global uv latest
1818
- uv venv
19-
- uv pip install .[docs]
20-
- .venv/bin/python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
19+
- uv pip install -e .[docs]
20+
- . .venv/bin/activate && python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html

docs/reference/hist.tag.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ hist.tag module
55
:members:
66
:undoc-members:
77
:show-inheritance:
8+
:exclude-members: Slicer

0 commit comments

Comments
 (0)