Skip to content

Commit 54b216f

Browse files
committed
fix doc build, update LICENSE dates
1 parent 3a16e3f commit 54b216f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023-2024 Brian Kohan
3+
Copyright (c) 2023-2025 Brian Kohan
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

doc/.readthedocs.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ build:
1111
tools:
1212
python: "3.12"
1313
jobs:
14-
post_create_environment:
15-
- pip install poetry
1614
post_install:
17-
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install -E rich --with docs
15+
- pip install uv
16+
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --all-extras --group docs --link-mode=copy
1817

1918
# Build documentation in the docs/ directory with Sphinx
2019
sphinx:

0 commit comments

Comments
 (0)