Skip to content

Commit

Permalink
RTD fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 committed Oct 13, 2024
1 parent 10ddbb1 commit 2a6d53a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ build:
python: "3.10"
jobs:
post_create_environment:
# Upgrade pip to the latest version
- pip install --upgrade pip

python:
install:
- method: pip
path: .
extra_requirements:
- docs
- experiment
# Install poetry
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --all-extras --with sortingExtension,algorithmExtension

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit 2a6d53a

Please sign in to comment.