From ba0e6318a53816432173225446aafa516ab6ddec Mon Sep 17 00:00:00 2001 From: Lakitna Date: Sun, 8 Mar 2026 21:37:57 +0100 Subject: [PATCH] Moved keyword docs to index --- docs/{keywords.html => index.html} | 2 +- tasks.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/{keywords.html => index.html} (99%) diff --git a/docs/keywords.html b/docs/index.html similarity index 99% rename from docs/keywords.html rename to docs/index.html index 5918368..8bea9d2 100644 --- a/docs/keywords.html +++ b/docs/index.html @@ -6,7 +6,7 @@ diff --git a/tasks.py b/tasks.py index b5bf693..6d3a52e 100644 --- a/tasks.py +++ b/tasks.py @@ -58,7 +58,7 @@ def build_source(c: Context): @task def build_docs(c: Context): - c.run("uv run libdoc src/CacheLibrary docs/keywords.html") + c.run("uv run libdoc src/CacheLibrary docs/index.html") ##########