From 6083d79ca05a8856800ea859e475de5dbf818152 Mon Sep 17 00:00:00 2001 From: zlatsic Date: Wed, 25 Sep 2024 00:07:20 +0200 Subject: [PATCH] docs - modify conf to use lowercase aimm for project --- .github/workflows/docs.yaml | 4 ++-- docs/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 79c7102..db32881 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -15,13 +15,13 @@ jobs: uses: actions/setup-python@v1 with: python-version: 3.12 - - name: install requirements.pip.dev.txt + - name: install requirements run: | python -m pip install --upgrade pip pip install poetry poetry config virtualenvs.create false --local poetry install - - name: doit docs + - name: build docs run: doit docs - name: remove gitignore run: rm .gitignore diff --git a/docs/conf.py b/docs/conf.py index 91953e8..c7f1a75 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,7 +4,7 @@ root = Path(__file__).parents[1] -project = "AIMM" +project = "aimm" copyright = "2024, Zlatan Sičanica" author = "Zlatan Sičanica" version = importlib.metadata.version(project)