diff options
author | reivilibre <oliverw@matrix.org> | 2023-03-24 16:41:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-24 16:41:10 +0000 |
commit | d5324ee111ea56fa466eab7e3974dc4894a64d46 (patch) | |
tree | ff7b2523083d585eea3e8f4548c96634f4fb0192 /.gitignore | |
parent | As an optimisation, use `TRUNCATE` on Postgres when clearing the user directo... (diff) | |
download | synapse-d5324ee111ea56fa466eab7e3974dc4894a64d46.tar.xz |
Add developer documentation for the Federation Sender and add a documentation mechanism using Sphinx. (#15265)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6937de88bc..96c451258e 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,7 @@ __pycache__/ /coverage.* /dist/ /docs/build/ +/dev-docs/_build/ /htmlcov /pip-wheel-metadata/ |