Skip to content

Commit 81eefc5

Browse files
authored
1 parent 65f45ea commit 81eefc5

File tree

4 files changed

+162
-1024
lines changed

4 files changed

+162
-1024
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ neitrinoweb <github.com/neitrinoweb/>
5555
Andreas Reis <github.com/nwwt>
5656
Matt Krump <github.com/mkrump>
5757
Alexander Presnyakov <flagist0@gmail.com>
58-
Abdo <abdo@abdnh.net>
58+
Abdo <github.com/abdnh>
5959
aplaice <plaice.adam+github@gmail.com>
6060
phwoo <github.com/phwoo>
6161
Soren Bjornstad <anki@sorenbjornstad.com>

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"myst_parser",
1111
"sphinx.ext.intersphinx",
1212
"autoapi.extension",
13+
"click_extra.sphinx",
1314
]
1415

1516
source_suffix = {

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "anki-dev"
33
version = "0.0.0"
44
description = "Local-only environment"
5-
requires-python = ">=3.9"
5+
requires-python = ">=3.12"
66
classifiers = ["Private :: Do Not Upload"]
77

88
[dependency-groups]
@@ -32,6 +32,7 @@ docs = [
3232
"sphinx-book-theme",
3333
"sphinx-autoapi",
3434
"sphinx-autobuild>=2024.10.3",
35+
"click-extra[sphinx]", # for GitHub alerts
3536
]
3637

3738
[tool.uv.workspace]

0 commit comments

Comments
 (0)