Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillairet committed Nov 17, 2024
1 parent e9e3979 commit c17ecab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
- asdf install uv latest
- asdf global uv latest
- uv venv
- uv pip install .[docs,plot,test,netw,visa]
- uv pip install .[docs,test]
- .venv/bin/python -m sphinx -T -b html -d _build/doctrees -D language=en doc/source $READTHEDOCS_OUTPUT/html

# Build documentation in the "docs/" directory with Sphinx
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version = {attr = "west_ic_antenna.__version__"}
test = [
"pytest>=8.3.3",
]
doc = [
docs = [
"ipykernel>=6.29.5",
"nbsphinx>=0.9.5",
"sphinx-rtd-theme>=3.0.2",
Expand Down

0 comments on commit c17ecab

Please sign in to comment.