feat: update submodule url to https
This commit is contained in:
parent
3c176d25ed
commit
aa3d24f991
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||
|
@ -59,3 +59,8 @@ html_theme = 'sphinx_rtd_theme'
|
||||
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
||||
if on_rtd:
|
||||
using_rtd_theme = True
|
||||
|
||||
# -- Options for HTMLHelp output ------------------------------------------
|
||||
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'multiusrdoc'
|
||||
|
Loading…
Reference in New Issue
Block a user