Skip to content

Commit

Permalink
docs - modify conf to use lowercase aimm for project
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatsic committed Sep 24, 2024
1 parent 1c59675 commit 6083d79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6083d79

Please sign in to comment.