Skip to content

Commit 365a3b6

Browse files
committed
Refresh docs
1 parent 8b6b631 commit 365a3b6

5 files changed

Lines changed: 650 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Setup uv
2929
uses: astral-sh/setup-uv@v3
3030
- name: Run Tests
31-
run: uv run -m unittest
31+
run: uv run --no-dev -m unittest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The easiest way to install the bbcode module is with pip, e.g.:
2424
Requirements
2525
============
2626

27-
Python, tested with versions 2.7, 3.5, 3.6, 3.7, and 3.8. Also tested with PyPy (2 and 3).
27+
Python 3.9+
2828

2929

3030
Basic Usage

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ nav:
44
- Tags: tags.md
55
- Formatters: formatters.md
66
theme:
7-
name: readthedocs
7+
name: material

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ path = "bbcode.py"
3333

3434
[tool.ruff.lint]
3535
extend-select = ["I"]
36+
37+
[tool.uv]
38+
dev-dependencies = [
39+
"mkdocs-material>=9.5.42",
40+
"mkdocs>=1.6.1",
41+
]

0 commit comments

Comments
 (0)