diff --git a/src/main/restructured/.readthedocs.yaml b/src/main/restructured/.readthedocs.yaml new file mode 100644 index 0000000..e6a1abf --- /dev/null +++ b/src/main/restructured/.readthedocs.yaml @@ -0,0 +1,12 @@ +# Required +version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: conf.py \ No newline at end of file