summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-05-01 17:01:50 +0100
committerGitHub <noreply@github.com>2024-05-01 16:01:50 +0000
commit0b358f8643bcec9263d115303ace92e6980d2c6f (patch)
tree3a91d6830de6eedb219b7f7a6a5f99f20800060c /pyproject.toml
parentCorrect licensing metadata on the Docker image (#17141) (diff)
downloadsynapse-0b358f8643bcec9263d115303ace92e6980d2c6f.tar.xz
Drop sphinx docs (#17073)
It is broken, and we only seemed to have been building it for the
federation sender.

Closes https://github.com/element-hq/synapse/issues/16804
Diffstat (limited to '')
-rw-r--r--pyproject.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 150084a75e..9ad674b603 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -364,17 +364,6 @@ towncrier = ">=18.6.0rc1"
 tomli = ">=1.2.3"
 
 
-# Dependencies for building the development documentation
-[tool.poetry.group.dev-docs]
-optional = true
-
-[tool.poetry.group.dev-docs.dependencies]
-sphinx = {version = "^6.1", python = "^3.8"}
-sphinx-autodoc2 = {version = ">=0.4.2,<0.6.0", python = "^3.8"}
-myst-parser = {version = "^1.0.0", python = "^3.8"}
-furo = ">=2022.12.7,<2025.0.0"
-
-
 [build-system]
 # The upper bounds here are defensive, intended to prevent situations like
 # https://github.com/matrix-org/synapse/issues/13849 and