We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2295623 commit 3c850c2Copy full SHA for 3c850c2
4 files changed
Makefile
@@ -28,12 +28,7 @@ clean-docs:
28
@echo "==> Cleaning documentation build directories..."
29
rm -rf docs/cpp-gl/
30
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)
+ rm -rf documentation/
37
38
clean: clean-docs clean-doxy
39
main.py
pyproject.toml
@@ -3,7 +3,7 @@ name = "cpp-gl"
3
version = "0.1.0"
4
description = "Add your description here"
5
readme = "README.md"
6
-requires-python = ">=3.14"
+requires-python = ">=3.10"
7
dependencies = [
8
"mike>=2.2.0",
9
"mkdocs>=1.6.1",
0 commit comments