Fix typo in developer docs GitHub workflow (#15336)
Signed-off-by: Sean Quah <seanq@matrix.org>
This commit is contained in:
parent
4c8ada3904
commit
2e936afd5f
|
@ -80,7 +80,7 @@ jobs:
|
||||||
needs:
|
needs:
|
||||||
- pre
|
- pre
|
||||||
steps:
|
steps:
|
||||||
- uses: action/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: "Set up Sphinx"
|
- name: "Set up Sphinx"
|
||||||
uses: matrix-org/setup-python-poetry@v1
|
uses: matrix-org/setup-python-poetry@v1
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Add developer documentation for the Federation Sender and add a documentation mechanism using Sphinx.
|
Loading…
Reference in New Issue