Skip to content

Commit

Permalink
Refresh docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwatson committed Oct 25, 2024
1 parent 8b6b631 commit 365a3b6
Show file tree
Hide file tree
Showing 5 changed files with 650 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Setup uv
uses: astral-sh/setup-uv@v3
- name: Run Tests
run: uv run -m unittest
run: uv run --no-dev -m unittest
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The easiest way to install the bbcode module is with pip, e.g.:
Requirements
============

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


Basic Usage
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ nav:
- Tags: tags.md
- Formatters: formatters.md
theme:
name: readthedocs
name: material
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ path = "bbcode.py"

[tool.ruff.lint]
extend-select = ["I"]

[tool.uv]
dev-dependencies = [
"mkdocs-material>=9.5.42",
"mkdocs>=1.6.1",
]
Loading

0 comments on commit 365a3b6

Please sign in to comment.