diff options
Diffstat (limited to '')
-rw-r--r-- | .readthedocs.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..ebafea4 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,20 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + jobs: + pre_build: + - pip install ryd>=0.9.2 + - ryd --version -v + - ryd convert --generate-mkdocs-config mkdocs.yaml _doc + +python: + install: + - method: pip + path: . + extra_requirements: [docs] + +mkdocs: + configuration: mkdocs.yaml |