Skip to content

Commit

Permalink
trying to fix readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacof committed Dec 6, 2023
1 parent 992c9d9 commit cb1b835
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ build:
commands:
- python -m venv .venv
- . .venv/bin/activate
- python -m pip install --upgrade --no-cache-dir pip setuptools
- python -m pip install --exists-action=w --no-cache-dir -r requirements.txt
- maturin develop --release
- python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH
- python -m pip install --upgrade --no-cache-dir pip setuptools
- python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext
- python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt
- cat docs/conf.py
Expand Down

0 comments on commit cb1b835

Please sign in to comment.