Skip to content

Commit b051758

Browse files
committed
Cleanup extra spaces
1 parent fb86162 commit b051758

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/vcs.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ More information can be found on `Sphinx documentation`_.
1212
GitHub
1313
------
1414

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
1616
your ``conf.py``::
1717

1818
html_context = {
@@ -34,7 +34,7 @@ It can be used like this::
3434
Bitbucket
3535
---------
3636

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
3838
your ``conf.py``::
3939

4040
html_context = {
@@ -49,14 +49,14 @@ It can be used like this::
4949

5050
{% if display_bitbucket %}
5151
<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'"
5353
class="icon icon-bitbucket"> Edit on Bitbucket</a>
5454
{% endif %}
5555

5656
Gitlab
5757
------
5858

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
6060
your ``conf.py``::
6161

6262
html_context = {
@@ -72,7 +72,7 @@ It can be used like this::
7272
{% if display_gitlab %}
7373
<a href="https://{{ gitlab_host|default("gitlab.com") }}/
7474
{{ 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">
7676
Edit on GitLab</a>
7777
{% endif %}
7878

0 commit comments

Comments
 (0)