Skip to content
Snippets Groups Projects
Commit 1021b749 authored by Moul's avatar Moul
Browse files

Introduce MkDocs dependencies to optional `docs` group (#433)

parent 64ad0971
No related branches found
No related tags found
1 merge request!271Set up new website structure with MkDocs (#433)
...@@ -30,6 +30,15 @@ pytest-clarity = "^1.0.1" ...@@ -30,6 +30,15 @@ pytest-clarity = "^1.0.1"
[tool.poetry.extras] [tool.poetry.extras]
deathreaper = ["pydiscourse"] deathreaper = ["pydiscourse"]
[tool.poetry.group.docs]
optional = true
[tool.poetry.group.docs.dependencies]
mkdocs-material = "^9.5.49"
mike = "^2.1.3"
mkdocs-coverage = "^1.1.0"
mkdocs-gitlab-plugin = "^0.1.4"
[tool.poetry.scripts] [tool.poetry.scripts]
silkaj = "silkaj.cli:cli" silkaj = "silkaj.cli:cli"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment