File tree 3 files changed +20
-3
lines changed
3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,14 @@ https://github.com/python-gitlab/python-gitlab/issues.
98
98
Gitter Community Chat
99
99
---------------------
100
100
101
- There is a `gitter <https://gitter.im/python-gitlab/Lobby >`_ community chat
102
- available at https://gitter.im/python-gitlab/Lobby
101
+ We have a `gitter <https://gitter.im/python-gitlab/Lobby >`_ community chat
102
+ available at https://gitter.im/python-gitlab/Lobby, which you can also
103
+ directly access via the Open Chat button below.
104
+
105
+ If you have a simple question, the community might be able to help already,
106
+ without you opening an issue. If you regularly use python-gitlab, we also
107
+ encourage you to join and participate. You might discover new ideas and
108
+ use cases yourself!
103
109
104
110
Documentation
105
111
-------------
Original file line number Diff line number Diff line change
1
+ ( ( window . gitter = { } ) . chat = { } ) . options = {
2
+ room : 'python-gitlab/Lobby'
3
+ } ;
Original file line number Diff line number Diff line change 145
145
# Add any paths that contain custom static files (such as style sheets) here,
146
146
# relative to this directory. They are copied after the builtin static files,
147
147
# so a file named "default.css" will overwrite the builtin "default.css".
148
- # html_static_path = ['_static']
148
+ html_static_path = ["_static" ]
149
+
150
+ html_js_files = [
151
+ "js/gitter.js" ,
152
+ (
153
+ "https://sidecar.gitter.im/dist/sidecar.v1.js" ,
154
+ {"async" : "async" , "defer" : "defer" },
155
+ ),
156
+ ]
149
157
150
158
# Add any extra paths that contain custom files (such as robots.txt or
151
159
# .htaccess) here, relative to this directory. These files are copied
You can’t perform that action at this time.
0 commit comments