Skip to content

Commit

Permalink
Fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cybsloth committed Jul 1, 2022
1 parent 770fc52 commit c63d907
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.9"
jobs:
pre_create_environment:
- asdf plugin add poetry
- asdf install poetry latest
- asdf global poetry latest
- poetry config virtualenvs.create false
post_install:
- poetry install
# build:
# os: ubuntu-20.04
# tools:
# python: "3.9"
# jobs:
# pre_create_environment:
# - asdf plugin add poetry
# - asdf install poetry latest
# - asdf global poetry latest
# - poetry config virtualenvs.create false
# post_install:
# - poetry install

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -28,6 +28,7 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.8"
install:
- requirements: docs/requirements.txt
- path: .
Expand Down

0 comments on commit c63d907

Please sign in to comment.