diff options
author | Nao Pross <np@0hm.ch> | 2024-04-29 14:12:22 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2024-04-29 14:12:22 +0200 |
commit | 6b16f20e5c965406b841790ca0d7ae56925860ac (patch) | |
tree | 01bed1c72b1fcaa9fd0a65f36a233de6febbcdf7 /pyproject.toml | |
parent | Add total order to MonomialIndex (diff) | |
download | polymatrix-6b16f20e5c965406b841790ca0d7ae56925860ac.tar.gz polymatrix-6b16f20e5c965406b841790ca0d7ae56925860ac.zip |
Add sphinx documentation generator
To generate the documentation run
$ make -C docs html
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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] |