diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..7e23dd5 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,10 @@ +version: 2 + +mkdocs: + configuration: mkdocs.yml + fail_on_warning: false + +python: + version: 3.8 + install: + - requirements: docs/doc-requirements.txt diff --git a/docs/doc-requirements.txt b/docs/doc-requirements.txt new file mode 100644 index 0000000..b3667f9 --- /dev/null +++ b/docs/doc-requirements.txt @@ -0,0 +1 @@ +mkdocs==1.1.2