add a .readthedocs.yaml config file
1 files changed, 16 insertions(+), 0 deletions(-) A => .readthedocs.yaml
A => .readthedocs.yaml +16 -0
@@ 0,0 1,16 @@ +version: 2 + +python: + install: + - method: pip + path: . + extra_requirements: + - doc + +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + +sphinx: + configuration: doc/conf.py