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