Fix typo in developer docs GitHub workflow (#15336)

Signed-off-by: Sean Quah <seanq@matrix.org>
This commit is contained in:
Sean Quah 2023-03-28 13:31:04 +01:00 committed by GitHub
parent 4c8ada3904
commit 2e936afd5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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

1
changelog.d/15336.misc Normal file
View File

@ -0,0 +1 @@
Add developer documentation for the Federation Sender and add a documentation mechanism using Sphinx.