From 00cbf65700f4df488d74c414feffd194e8a79f57 Mon Sep 17 00:00:00 2001 From: zlatsic Date: Wed, 25 Sep 2024 00:45:30 +0200 Subject: [PATCH] docs -experimental --- .readthedocs.yaml | 6 ------ docs/conf.py | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 38568f5..6489d11 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,9 +5,3 @@ build: os: ubuntu-20.04 tools: python: "3.12" - jobs: - post_create_environment: - # Install poetry - # https://python-poetry.org/docs/#installing-manually - - python -m pip install poetry - - poetry install diff --git a/docs/conf.py b/docs/conf.py index 70add7f..fb857b2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -3,7 +3,7 @@ project = "aimm" copyright = "2024, Zlatan Sičanica" author = "Zlatan Sičanica" -version = importlib.metadata.version(project) +version = "1.2.dev0" extensions = [ "sphinxcontrib.programoutput",