diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 10d5b4c..24bff09 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,5 +22,4 @@ python: install: - method: pip path: . - - method: pip - path: sphinx_rtd_theme \ No newline at end of file + - 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..52b04f2 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +sphinx_rtd_theme \ No newline at end of file