summary refs log tree commit diff
path: root/docs/sphinx/conf.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-03Remove unused, undocumented "content repo" resource (#6628)Richard van der Hoff9-128/+3
This looks like it got half-killed back in #888. Fixes #6567.
2020-01-03Kill off redundant SynapseRequestFactory (#6619)Richard van der Hoff3-17/+8
We already get the Site via the Channel, so there's no need for a dedicated RequestFactory: we can just use the right constructor.