Skip to content

Commit

Permalink
Merge pull request #12709 from RasaHQ/ATO-1301
Browse files Browse the repository at this point in the history
Added space to include proper text in auto-generated docs
  • Loading branch information
sanchariGr committed Aug 4, 2023
2 parents b2d3d9c + f9685ee commit dcaead3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
13 changes: 4 additions & 9 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5634,15 +5634,10 @@ caniuse-api@^3.0.0:
lodash.memoize "^4.1.2"
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001124, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001173:
version "1.0.30001214"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001214.tgz"
integrity sha512-O2/SCpuaU3eASWVaesQirZv1MSjUNOvmugaD8zNSJqw6Vv5SGwoOpA9LJs3pNPfM745nxqPvfZY3MQKY4AKHYg==

caniuse-lite@^1.0.30001219:
version "1.0.30001240"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001240.tgz#ec15d125b590602c8731545c5351ff054ad2d52f"
integrity sha512-nb8mDzfMdxBDN7ZKx8chWafAdBp5DAAlpWvNyUGe5tcDWd838zpzDN3Rah9cjCqhfOKkrvx40G2SDtP0qiWX/w==
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001124, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001173, caniuse-lite@^1.0.30001219:
version "1.0.30001519"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001519.tgz"
integrity sha512-0QHgqR+Jv4bxHMp8kZ1Kn8CH55OikjKJ6JmKkZYP1F3D7w+lnFXF70nG5eNfsZS89jadi5Ywy5UCSKLAglIRkg==

cardinal@^2.1.1:
version "2.1.1"
Expand Down
5 changes: 3 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ coveralls = "^3.0.1"
towncrier = "^22.8.0"
toml = "^0.10.0"
pep440-version-utils = "^0.3.0"
pydoc-markdown = "^4.5.1"
pydoc-markdown = "^4.7.0"
pytest-timeout = "^2.1.0"
mypy = "^1.0.0"
bandit = "^1.6.3"
Expand Down
12 changes: 8 additions & 4 deletions rasa/core/brokers/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,17 @@ def __init__(
SCRAM-SHA-512. Default: `PLAIN`
ssl_cafile: Optional filename of ca file to use in certificate
verification.
ssl_certfile: Optional filename of file in pem format containing
ssl_certfile : Optional filename of file in pem format containing
the client certificate, as well as any ca certificates needed to
establish the certificate's authenticity.
ssl_keyfile: Optional filename containing the client private key.
ssl_check_hostname: Flag to configure whether ssl handshake
ssl_keyfile : Optional filename containing the client private key.
ssl_check_hostname : Flag to configure whether ssl handshake
should verify that the certificate matches the broker's hostname.
security_protocol: Protocol used to communicate with brokers.
security_protocol : Protocol used to communicate with brokers.
Valid values are: PLAINTEXT, SSL, SASL_PLAINTEXT, SASL_SSL.
"""
self.producer: Optional[Producer] = None
Expand Down

0 comments on commit dcaead3

Please sign in to comment.