Skip to content

Commit

Permalink
doc: rtd build
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Feb 24, 2025
1 parent f02ee47 commit f7a7706
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ build:
post_install:
# Install deps and build using poetry
- . "$READTHEDOCS_VIRTUALENV_PATH/bin/activate" && cd docs && poetry install
python install:
- method: pip
path: .
python:
install:
- method: pip
path: .

mkdocs:
configuration: docs/mkdocs.yml
32 changes: 31 additions & 1 deletion docs/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ mkdocs-minify-plugin = "^0.8.0"
mkdocs-mermaid2-plugin = "^1.1.1"
mkdocs-git-authors-plugin = "^0.9.0"
markdown-exec = "^1.10.0"
maturin = "^1.8.2"

[tool.poetry.group.dev.dependencies]
mike = "^2.1.3"
Expand Down

0 comments on commit f7a7706

Please sign in to comment.