From eb57cafdf5440158c3c3e231b4fc166e7a0f078a Mon Sep 17 00:00:00 2001 From: Sandrro Date: Fri, 20 Sep 2024 16:16:08 +0300 Subject: [PATCH] docs fixes --- .readthedocs.yml | 5 +++++ docs/source/conf.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 0f08810..7f45833 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,5 +9,10 @@ build: # Install dependencies - pip install sphinx furo readthedocs-sphinx-search sphinx-autobuild sphinx-design sphinx-hoverxref sphinx-inline-tabs sphinx-issues sphinx-notfound-page myst-parser sphinx-rtd-theme +python: + install: + - method: poetry + extras: ["dependencies", "docs"] + sphinx: configuration: docs/source/conf.py \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index e9d7cde..c72dead 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,7 +16,7 @@ copyright = '2024, itmo_idu' author = 'itmo_idu' version = '0.2' -release = '0.2.1' +release = '0.2.2' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration