diff --git a/.readthedocs.yml b/.readthedocs.yml index 794d7c0..c717d9f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,3 +9,8 @@ build: os: ubuntu-22.04 tools: python: "3.12" + + +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..438b963 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +sphinx_rtd_theme==2.0.0 \ No newline at end of file