Skip to content

Commit 3c850c2

Browse files
committed
working concepts
1 parent 2295623 commit 3c850c2

4 files changed

Lines changed: 208 additions & 48 deletions

File tree

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ clean-docs:
2828
@echo "==> Cleaning documentation build directories..."
2929
rm -rf docs/cpp-gl/
3030
rm -rf site/
31-
rm -rf documentation/xml/
32-
rm -rf .cache/
33-
34-
nuke-version: clean-docs
35-
@echo "==> Deleting version $(TAGS) from mike tracking..."
36-
uv run mike delete $(TAGS)
31+
rm -rf documentation/
3732

3833
clean: clean-docs clean-doxy
3934

main.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "cpp-gl"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
6-
requires-python = ">=3.14"
6+
requires-python = ">=3.10"
77
dependencies = [
88
"mike>=2.2.0",
99
"mkdocs>=1.6.1",

0 commit comments

Comments
 (0)