diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-10-07 11:45:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 11:45:31 +0100 |
commit | 01f82bfe32c52e0020e63d544a8f59e5e97aab52 (patch) | |
tree | 753922a52ee84cd154b098baf9332c7da031f939 /setup.cfg | |
parent | Add support for MSC2732: olm fallback keys (#8312) (diff) | |
download | synapse-01f82bfe32c52e0020e63d544a8f59e5e97aab52.tar.xz |
Remove docs/sphinx and related references (#8480)
https://github.com/matrix-org/synapse/tree/develop/docs/sphinx doesn't seem to really be utilised or changed recently since the initial commit. I like the idea of exportable documentation of the codebase, but at the moment after running through the build instructions the generated website wasn't very useful...
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg index a32278ea8a..f46e43fad0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,3 @@ -[build_sphinx] -source-dir = docs/sphinx -build-dir = docs/build -all_files = 1 - [trial] test_suite = tests |