diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..2c2e956 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,13 @@ +version: 2 + +mkdocs: + configuration: mkdocs.yml + fail_on_warning: true + +python: + install: + - method: pip + path: . + extra_requirements: + - docs + system_packages: true \ No newline at end of file