Skip to content

Commit 29ac8ec

Browse files
authored
build: update readthedocs config (#134)
readthedocs/readthedocs.org#4912 (comment)
1 parent 36a6b0c commit 29ac8ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.readthedocs.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ build:
44
tools:
55
python: '3.10'
66
jobs:
7+
post_create_environment:
8+
- python -m pip install poetry
79
post_install:
8-
- pip install poetry
9-
- poetry config virtualenvs.create false
10-
- poetry install --all-extras
10+
- VIRTUAL_ENV="$READTHEDOCS_VIRTUALENV_PATH" poetry install --all-extras
1111
sphinx:
1212
configuration: docs/conf.py
1313
fail_on_warning: true

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "opvious"
7-
version = "0.19.2rc2"
7+
version = "0.19.2rc3"
88
description = "Opvious Python SDK"
99
authors = ["Opvious Engineering <[email protected]>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)