🔥remove sphinx

This commit is contained in:
hemengyang
2022-01-14 20:04:19 +08:00
parent a47b8c68c0
commit 341ee94848
24 changed files with 3 additions and 695 deletions

View File

@ -37,13 +37,11 @@ aiohttp = { version = "^3.7.4", extras = ["speedups"], optional = true }
httpx = { version = ">=0.20.0, <1.0.0", extras = ["http2"], optional = true }
[tool.poetry.dev-dependencies]
sphinx = "^4.1.1"
isort = "^5.10.1"
black = "^21.11b1"
pytest-cov = "^3.0.0"
pytest-xdist = "^2.5.0"
nonebug = { git = "https://github.com/nonebot/nonebug.git" }
sphinx-markdown-builder = { git = "https://github.com/nonebot/sphinx-markdown-builder.git" }
nb-autodoc = {git = "https://github.com/nonebot/nb-autodoc.git"}
[tool.poetry.extras]