Skip to content

Commit

Permalink
[DOCS] Fixed .readthedocs.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia committed Nov 1, 2023
1 parent 1002d66 commit 43f4573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ build:
python: "3.11"
jobs:
post_create_environment:
- pip install pdm
- pip install --no-cache-dir pdm==2.9.2
- pdm config python.use_venv false
- pdm config check_update false
post_install:
- pdm sync --no-self --dev --group=doc
pre_build:
- python -m sphinx -b linkcheck -D docs/source/ $READTHEDOCS_OUTPUT/linkcheck
- python -m sphinx -b linkcheck docs/source/ $READTHEDOCS_OUTPUT/linkcheck

sphinx:
configuration: docs/source/conf.py

0 comments on commit 43f4573

Please sign in to comment.