diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 0000000000000000000000000000000000000000..f8db799f9175ca3b5bcd7ba0937f08358b5b4e45 --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,17 @@ +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.9" + +# python: + # install: + # - requirements: mbtrack2.yml + +sphinx: + configuration: docs/source/conf.py + +formats: + - pdf + - epub \ No newline at end of file