Skip to content

Commit

Permalink
ReadTheDocs: added build config
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Sep 12, 2024
1 parent 3272a77 commit 87e1d5b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ mkdocs:
configuration: mkdocs.yml
fail_on_warning: true

build:
os: ubuntu-20.04
tools:
python: "3.11"

python:
version: 3.8
install:
- requirements: pip_require.txt
- requirements: requirements.txt

0 comments on commit 87e1d5b

Please sign in to comment.