We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38683bb commit 52b8ea5Copy full SHA for 52b8ea5
.github/workflows/preview_docs.yml
@@ -15,4 +15,4 @@ jobs:
15
steps:
16
- uses: readthedocs/actions/preview@v1
17
with:
18
- project-slug: "mrmoe"
+ project-slug: "moe-transcode"
.readthedocs.yml
@@ -6,12 +6,12 @@ version: 2
6
build:
7
os: ubuntu-22.04
8
tools:
9
- python: "3.10"
+ python: "3.12"
10
jobs:
11
+ post_create_environment:
12
+ - python -m pip install poetry
13
post_install:
- - pip install poetry
- - poetry config virtualenvs.create false
14
- - poetry install --without lint,test
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
sphinx:
configuration: docs/conf.py
0 commit comments