diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..f7e3b63f --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + +# Build from the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + +# Explicitly set the version of Python and its requirements +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 00000000..c4a1bf7e --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,3 @@ +sphinx==7.2.6 +sphinx_rtd_theme==1.3.0 +readthedocs-sphinx-search==0.3.1 \ No newline at end of file