Fix failing docs build (#1186)
The [readthedocs build](https://readthedocs.org/projects/helmfile/builds/) is failing due to a missing required `build.os` ``` Error Problem in your project's configuration. Invalid configuration option "build.os": build not found ``` Signed-off-by: Joseph Gardner <josephgardner@users.noreply.github.com>
This commit is contained in:
parent
257e89dd30
commit
f7069df972
|
|
@ -4,6 +4,9 @@ mkdocs:
|
||||||
configuration: mkdocs.yml
|
configuration: mkdocs.yml
|
||||||
fail_on_warning: false
|
fail_on_warning: false
|
||||||
|
|
||||||
|
build:
|
||||||
|
os: ubuntu-22.04
|
||||||
|
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
- requirements: docs/requirements.txt
|
- requirements: docs/requirements.txt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue