feat: update submodule url to https

This commit is contained in:
Swann 2020-01-15 19:05:46 +01:00
parent 3c176d25ed
commit aa3d24f991
2 changed files with 7 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "multi_user/libs/replication"]
path = multi_user/libs/replication
url = git@gitlab.com:slumber/replication.git
url = https://gitlab.com/slumber/replication.git

View File

@ -58,4 +58,9 @@ import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
if on_rtd:
using_rtd_theme = True
using_rtd_theme = True
# -- Options for HTMLHelp output ------------------------------------------
# Output file base name for HTML help builder.
htmlhelp_basename = 'multiusrdoc'