diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml new file mode 100644 index 00000000..5918f7c8 --- /dev/null +++ b/docs/.readthedocs.yaml @@ -0,0 +1,11 @@ +build: + os: "ubuntu-20.04" + tools: + python: "3.9" + +sphinx: + configuration: conf.py + +python: + install: + - requirements: requirements.txt \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..46a98c4d --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,3 @@ +sphinx==1.8.5 +sphinx_rtd_theme==1.0.0 +readthedocs-sphinx-search==0.1.1 \ No newline at end of file