Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGS committed Oct 25, 2024
1 parent 6d287e9 commit ff9666e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
8 changes: 1 addition & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
## Building

```
rye run build-docs
```

or

```
rye run sphinx-build -M html . _build --fail-on-warning --keep-going
uv run sphinx-build -M html . _build --fail-on-warning --keep-going
```

## Viewing
Expand Down
7 changes: 2 additions & 5 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ authors = []
dependencies = ["pydata-sphinx-theme>=0.15.4", "sphinx>=8.0.2", "pyvortex"]
requires-python = ">= 3.10"

[tool.rye]
[tool.uv]
managed = true
virtual = true

[tool.rye.scripts]
build-docs = "sphinx-build -M html . _build --fail-on-warning --keep-going"
package = false

0 comments on commit ff9666e

Please sign in to comment.