diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2023-03-28 13:31:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-28 12:31:04 +0000 |
commit | 2e936afd5fbcfceae8db91123855b03c3342e767 (patch) | |
tree | e3ceccb4eaf90c2b531a72bef485bbbdbaa7cb10 | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-2e936afd5fbcfceae8db91123855b03c3342e767.tar.xz |
Fix typo in developer docs GitHub workflow (#15336)
Signed-off-by: Sean Quah <seanq@matrix.org>
-rw-r--r-- | .github/workflows/docs.yaml | 2 | ||||
-rw-r--r-- | changelog.d/15336.misc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 20a29e7cbf..7443fd70d4 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -80,7 +80,7 @@ jobs: needs: - pre steps: - - uses: action/checkout@v3 + - uses: actions/checkout@v3 - name: "Set up Sphinx" uses: matrix-org/setup-python-poetry@v1 diff --git a/changelog.d/15336.misc b/changelog.d/15336.misc new file mode 100644 index 0000000000..39c9fc82e9 --- /dev/null +++ b/changelog.d/15336.misc @@ -0,0 +1 @@ +Add developer documentation for the Federation Sender and add a documentation mechanism using Sphinx. |