Skip to content

Commit

Permalink
Merge pull request #97 from Sandrro/fix/docs
Browse files Browse the repository at this point in the history
docs fixes
  • Loading branch information
Sandrro authored Sep 20, 2024
2 parents d8edcec + eb57caf commit 612c70c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 612c70c

Please sign in to comment.