Skip to content

Commit

Permalink
build: update readthedocs config (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth authored May 28, 2024
1 parent 36a6b0c commit 29ac8ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ build:
tools:
python: '3.10'
jobs:
post_create_environment:
- python -m pip install poetry
post_install:
- pip install poetry
- poetry config virtualenvs.create false
- poetry install --all-extras
- VIRTUAL_ENV="$READTHEDOCS_VIRTUALENV_PATH" poetry install --all-extras
sphinx:
configuration: docs/conf.py
fail_on_warning: true
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <oss@opvious.io>"]
readme = "README.md"
Expand Down

0 comments on commit 29ac8ec

Please sign in to comment.