Skip to content

Commit

Permalink
Merge branch 'master' into fork/master
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Mar 8, 2024
2 parents 593c5bd + 999872f commit 32f576d
Show file tree
Hide file tree
Showing 5 changed files with 288 additions and 309 deletions.
10 changes: 5 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ sphinx:
fail_on_warning: true

build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.11"
jobs:
pre_create_environment:
- pip install poetry
post_install:
- pip install poetry!=1.4.1
- poetry config virtualenvs.create false
- poetry install -E all --with docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install -E all --with docs
4 changes: 0 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
from __future__ import annotations

import os
import sys

import vpype as vp

# let sphinx find vpype packages
sys.path.insert(0, os.path.abspath("../"))


project = "vpype"
# noinspection PyShadowingBuiltins
Expand Down
Loading

0 comments on commit 32f576d

Please sign in to comment.