We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715f412 commit 8511ab0Copy full SHA for 8511ab0
.readthedocs.yml
@@ -16,5 +16,5 @@ build:
16
- asdf install uv latest
17
- asdf global uv latest
18
- 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
+ - uv pip install -e .[docs]
+ - . .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
@@ -5,3 +5,4 @@ hist.tag module
5
:members:
6
:undoc-members:
7
:show-inheritance:
8
+ :exclude-members: Slicer
0 commit comments