Skip to content

Commit

Permalink
fix: docs require build.os to be defined (#3133)
Browse files Browse the repository at this point in the history
* fix read the docs build

Signed-off-by: zachaller <[email protected]>

* fix read the docs build

Signed-off-by: zachaller <[email protected]>

---------

Signed-off-by: zachaller <[email protected]>
  • Loading branch information
zachaller committed Oct 30, 2023
1 parent 0bc07f7 commit 695d15c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ mkdocs:
fail_on_warning: false
python:
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt
build:
os: "ubuntu-22.04"
tools:
python: "3.7"

0 comments on commit 695d15c

Please sign in to comment.