We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a6b0c commit 29ac8ecCopy full SHA for 29ac8ec
.readthedocs.yaml
@@ -4,10 +4,10 @@ build:
4
tools:
5
python: '3.10'
6
jobs:
7
+ post_create_environment:
8
+ - python -m pip install poetry
9
post_install:
- - pip install poetry
- - poetry config virtualenvs.create false
10
- - poetry install --all-extras
+ - VIRTUAL_ENV="$READTHEDOCS_VIRTUALENV_PATH" poetry install --all-extras
11
sphinx:
12
configuration: docs/conf.py
13
fail_on_warning: true
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "opvious"
-version = "0.19.2rc2"
+version = "0.19.2rc3"
description = "Opvious Python SDK"
authors = ["Opvious Engineering <[email protected]>"]
readme = "README.md"
0 commit comments