@@ -12,7 +12,7 @@ More information can be found on `Sphinx documentation`_.
12
12
GitHub
13
13
------
14
14
15
- If you want to integrate GitHub, you can put the following snippet into
15
+ If you want to integrate GitHub, you can put the following snippet into
16
16
your ``conf.py ``::
17
17
18
18
html_context = {
@@ -34,7 +34,7 @@ It can be used like this::
34
34
Bitbucket
35
35
---------
36
36
37
- If you want to integrate Bitbucket, you can put the following snippet into
37
+ If you want to integrate Bitbucket, you can put the following snippet into
38
38
your ``conf.py ``::
39
39
40
40
html_context = {
@@ -49,14 +49,14 @@ It can be used like this::
49
49
50
50
{% if display_bitbucket %}
51
51
<a href="https://bitbucket.org/{{ bitbucket_user }}/{{ bitbucket_repo }}
52
- /src/{{ bitbucket_version}}{{ conf_py_path }}{{ pagename }}.rst'"
52
+ /src/{{ bitbucket_version}}{{ conf_py_path }}{{ pagename }}.rst'"
53
53
class="icon icon-bitbucket"> Edit on Bitbucket</a>
54
54
{% endif %}
55
55
56
56
Gitlab
57
57
------
58
58
59
- If you want to integrate Gitlab, you can put the following snippet into
59
+ If you want to integrate Gitlab, you can put the following snippet into
60
60
your ``conf.py ``::
61
61
62
62
html_context = {
@@ -72,7 +72,7 @@ It can be used like this::
72
72
{% if display_gitlab %}
73
73
<a href="https://{{ gitlab_host|default("gitlab.com") }}/
74
74
{{ gitlab_user }}/{{ gitlab_repo }}/blob/{{ gitlab_version }}
75
- {{ conf_py_path }}{{ pagename }}{{ suffix }}" class="fa fa-gitlab">
75
+ {{ conf_py_path }}{{ pagename }}{{ suffix }}" class="fa fa-gitlab">
76
76
Edit on GitLab</a>
77
77
{% endif %}
78
78
0 commit comments