This commit is contained in:
2023-08-20 23:08:56 +03:00
parent b2c4136a92
commit 545cde2ccc
18 changed files with 741 additions and 103 deletions
+14
View File
@@ -0,0 +1,14 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_install:
- pip install poetry
- poetry config virtualenvs.create false
- poetry install --with=docs
sphinx:
configuration: docs/source/conf.py