File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,6 @@ version: 2
9
9
sphinx :
10
10
configuration : docs/conf.py
11
11
12
- # Build documentation with MkDocs
13
- # mkdocs:
14
- # configuration: mkdocs.yml
15
-
16
12
# Optionally build your docs in additional formats such as PDF and ePub
17
13
formats : all
18
14
Original file line number Diff line number Diff line change 46
46
# The theme to use for HTML and HTML Help pages. See the documentation for
47
47
# a list of builtin themes.
48
48
#
49
- html_theme = 'alabaster'
49
+ # html_theme = 'alabaster'
50
50
51
51
# Add any paths that contain custom static files (such as style sheets) here,
52
52
# relative to this directory. They are copied after the builtin static files,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def my_on_activation(name: bytes):
57
57
58
58
# Use `mpx` to create new subscriptions.
59
59
channel_sub = mpx.new_channel_subcription(
60
- my_on_message, my_on_disconnect, None)
60
+ my_on_message, my_on_disconnect, None)
61
61
pattern_sub = mpx.new_pattern_subscription("hello-*",
62
62
my_on_message, None, my_on_activation)
63
63
promise_sub = mpx.new_promise_subscription("hello-")
You can’t perform that action at this time.
0 commit comments