Skip to content

Commit

Permalink
fix(docs): Include units extra for evaluating introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
coroa committed Mar 21, 2024
1 parent 2ed91d8 commit 1ff095c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.10"
python: "3.12"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -25,3 +25,4 @@ python:
path: .
extra_requirements:
- docs
- units
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ commands =
# if this fails, most likely RTD build will fail
[testenv:docs]
package = editable
extras = docs
extras =
docs
units
commands =
sphinx-build {posargs:-E} -b html docs docs/html

Expand Down

0 comments on commit 1ff095c

Please sign in to comment.