Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme22 committed Sep 30, 2024
1 parent 73e17e0 commit 18fbca1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 592 deletions.
20 changes: 10 additions & 10 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.10"
commands:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- uv sync
- uv pip install .
- .venv/bin/python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/htmlo
os: "ubuntu-22.04"
tools:
python: "3.10"
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .

formats: all
5 changes: 5 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sphinx==6.2.1
sphinx-rtd-theme==1.2.2
sphinx-toolbox==3.4.0
enum-tools==0.10.0
autodoc-pydantic==2.0.1
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ dev-dependencies = [
"ruff>=0.6.7",
"types-pytz>=2024.2.0.20240913",
"types-requests>=2.32.0.20240914",
"sphinx<7",
"sphinx-rtd-theme==1.2.2",
"sphinx-toolbox==3.4.0",
"enum-tools>=0.12.0",
"autodoc-pydantic>=2.2.0",
"jupyter>=1.1.1",
]

Expand Down
Loading

0 comments on commit 18fbca1

Please sign in to comment.