We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a94a42 commit 04b1379Copy full SHA for 04b1379
doc/conf.py
@@ -59,6 +59,12 @@
59
'projects': alagitpull.projects,
60
'project_name': about['__title__'],
61
}
62
+alagitpull_internal_hosts = [
63
+ 'libtmux.git-pull.com',
64
+ '0.0.0.0',
65
+]
66
+alagitpull_external_hosts_new_window = True
67
+
68
html_sidebars = {
69
'**': [
70
'about.html',
requirements/doc.txt
@@ -1,4 +1,4 @@
1
docutils==0.14
2
releases==1.4.0 # updated from 1.3.1
3
sphinx==1.7.0
4
-alagitpull==0.0.16
+alagitpull==0.0.19
0 commit comments