diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..3443878 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,6 @@ +version: 2 + +sphinx: + builder: html + configuration: conf.py + fail_on_warning: true \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index d537682..653ddfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["flit_core >=3.2,<4"] +requires = ["flit_core >=3.2,<4", "myst-parser"] build-backend = "flit_core.buildapi" [project]