From 784bd4b307fc72e8a48b7139705b05c84f389d61 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 30 Dec 2024 17:15:09 +0100 Subject: [PATCH] docs: Add pyproject.toml file --- docs/pyproject.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/pyproject.toml diff --git a/docs/pyproject.toml b/docs/pyproject.toml new file mode 100644 index 00000000..7c8caec9 --- /dev/null +++ b/docs/pyproject.toml @@ -0,0 +1,17 @@ +[project] +name = "gl-docs" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.10" +dependencies = [ + "mkdocs>=1.6.1", + "mkdocs-material>=9.5.49", + "mkdocs-redirects>=1.2.2", + "mkdocs-material-extensions>=1.3.1", + "pymdown-extensions>=10.13", + "ghp-import>=2.1.0", + "pdoc>=15.0.1", + "cairosvg>=2.7.1", + "pillow>=11.0.0", +]