File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed
Expand file tree Collapse file tree 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.
9898Gitter Community Chat
9999---------------------
100100
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!
103109
104110Documentation
105111-------------
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 145145# Add any paths that contain custom static files (such as style sheets) here,
146146# relative to this directory. They are copied after the builtin static files,
147147# 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+ ]
149157
150158# Add any extra paths that contain custom files (such as robots.txt or
151159# .htaccess) here, relative to this directory. These files are copied
You can’t perform that action at this time.
0 commit comments