diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..2880d22 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,12 @@ +version: 2 + +# Build documentation with MkDocs +mkdocs: + configuration: mkdocs.yml + +# Optionally build your docs in additional formats such as PDF and ePub + +formats: all + +submodules: + exclude: all \ No newline at end of file