diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..3103d54 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +python: + install: + - path: . + extra_requirements: + - docs +build: + os: ubuntu-22.04 + tools: + python: "3.11" +sphinx: + configuration: docs/conf.py diff --git a/pyproject.toml b/pyproject.toml index 3248157..9fcb3bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,7 @@ dev = [ "toml", ] docs = [ + "importlib-metadata", "sphinx", "sphinx-autobuild", "myst-parser",