Skip to content

Commit

Permalink
fix: update Read the Docs configuration and remove Makefile and batch…
Browse files Browse the repository at this point in the history
… files
  • Loading branch information
MountainGod2 committed Dec 30, 2024
1 parent 7b3a621 commit 005e66d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 65 deletions.
27 changes: 17 additions & 10 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,22 @@ build:
os: ubuntu-22.04
tools:
python: "3.13"
commands:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- uv sync --extra docs --frozen
- mkdir -p $READTHEDOCS_OUTPUT/html/
- uv run -m sphinx -E -T -a -b html -D language=en docs $READTHEDOCS_OUTPUT/html

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py
# # Build documentation in the "docs/" directory with Sphinx
# sphinx:
# configuration: docs/conf.py

# Install dependencies for the documentation
python:
install:
- method: pip
path: .
extra_requirements:
- docs
# # Install dependencies for the documentation
# python:
# install:
# - method: pip
# path: .
# extra_requirements:
# - docs
19 changes: 0 additions & 19 deletions docs/Makefile

This file was deleted.

36 changes: 0 additions & 36 deletions docs/make.bat

This file was deleted.

0 comments on commit 005e66d

Please sign in to comment.