Skip to content

Commit

Permalink
override full rtd docs
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies committed Dec 14, 2023
1 parent 39e180c commit 400b539
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ build:
tools:
python: "3.11"
commands:
- python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH

Check failure on line 14 in .readthedocs.yaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`mvirtualenv` is not a recognized word. (unrecognized-spelling)

Check failure on line 14 in .readthedocs.yaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`VIRTUALENV` is not a recognized word. (unrecognized-spelling)
- python -m pip install --upgrade --no-cache-dir pip setuptools

Check failure on line 15 in .readthedocs.yaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`setuptools` is not a recognized word. (unrecognized-spelling)
- python -m pip install --upgrade --no-cache-dir mkdocs
- python -m pip install --exists-action=w --no-cache-dir -r requirements.txt
- cat mkdocs.yml
- python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml --strict

mkdocs:
Expand Down

0 comments on commit 400b539

Please sign in to comment.