We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493b2a1 commit 7b09b9eCopy full SHA for 7b09b9e
1 file changed
pyproject.toml
@@ -32,6 +32,7 @@ dependencies = [
32
[project.optional-dependencies]
33
GUI = ["PySide6>=6.1"]
34
StreamlitGUI = ["streamlit>=1.24.0"]
35
+docs = ["sphinx", "sphinx_rtd_theme>=1.0", "sphinxcontrib-jquery", "sphinx_markdown_builder", "jupytext"]
36
37
[project.scripts]
38
getdist = "getdist.command_line:getdist_command"
0 commit comments