From 225161f5fac51370803a98c938a885dc390a34a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9as=20Livet?= Date: Sat, 9 Jul 2022 15:16:20 +0200 Subject: [PATCH] Try to fix missing myst-parser --- .readthedocs.yaml | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .readthedocs.yaml 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]