Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix typo in developer docs GitHub workflow #15336

Merged
merged 1 commit into from
Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions changelog.d/15336.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add developer documentation for the Federation Sender and add a documentation mechanism using Sphinx.