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

Add developer documentation for the Federation Sender and add a documentation mechanism using Sphinx. #15265

Merged
merged 20 commits into from
Mar 24, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Enable autodoc extension in Sphinx
  • Loading branch information
reivilibre committed Mar 13, 2023
commit 1b23a6a872ee0868c2fea143a0bb04f1bc5032ab
4 changes: 3 additions & 1 deletion dev-docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = []
extensions = [
'sphinx.ext.autodoc',
]

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
Expand Down