diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..367a933 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,10 @@ +version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" +python: + install: + - requirements: doc/requirements.txt +sphinx: + configuration: doc/conf.py diff --git a/doc/requirements.txt b/doc/requirements.txt index 44a988d..cc9f302 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1 +1,2 @@ sphinx-autoapi +sphinx-rtd-theme