From 6b16f20e5c965406b841790ca0d7ae56925860ac Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 29 Apr 2024 14:12:22 +0200 Subject: Add sphinx documentation generator To generate the documentation run $ make -C docs html --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 6d78727..74c6c59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,8 @@ sympy = ">=1.12" numpy = ">=1.26.4" dataclass-abc = ">=0.0.8" scipy = "^1.12.0" +sphinx = "^7.3.7" +python-docs-theme = "^2024.4" [tool.poetry.group.notebook.dependencies] -- cgit v1.2.1