Skip to content

Commit

Permalink
chore: Enable auto review on develop and main branches, and add napol…
Browse files Browse the repository at this point in the history
…eon extension to Sphinx documentation configuration
  • Loading branch information
cleder committed Jun 10, 2024
1 parent 6be02a9 commit 90d3b99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ reviews:
auto_review:
enabled: true
drafts: false
base_branches:
- develop
- main
chat:
auto_reply: true
knowledge_base:
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.doctest",
"sphinx.ext.napoleon",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 90d3b99

Please sign in to comment.