From 03acdbea16ce6eade44770b2b2a50137695429a8 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Sat, 25 Nov 2023 01:02:27 +0100 Subject: [PATCH] Up makefile --- .secrets.baseline | 6 +++--- Makefile | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.secrets.baseline b/.secrets.baseline index f2c7a7e..d962755 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -118,16 +118,16 @@ "filename": "Makefile", "hashed_secret": "ee783f2421477b5483c23f47eca1f69a1f2bf4fb", "is_verified": true, - "line_number": 39 + "line_number": 44 }, { "type": "Secret Keyword", "filename": "Makefile", "hashed_secret": "1457a35245051927fac6fa556074300f4162ed66", "is_verified": true, - "line_number": 42 + "line_number": 47 } ] }, - "generated_at": "2023-11-24T22:05:33Z" + "generated_at": "2023-11-25T00:02:19Z" } diff --git a/Makefile b/Makefile index 04c22fc..d3d96da 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,11 @@ build_docs: source $(VENV) && sphinx-build -n -a -b html docs builddocs cd builddocs && zip -r ../builddocs.zip . -x ".*" && cd .. +rebuild_docs: + source $(VENV) && sphinx-apidoc fake.py --full -o docs -H 'fake.py' -A 'Artur Barseghyan ' -f -d 20 + cp docs/conf.py.distrib docs/conf.py + cp docs/index.rst.distrib docs/index.rst + # Format code using Black black: source $(VENV) && black .