From aa3d24f99170d36a04a2bbc79a02d5852dd3a925 Mon Sep 17 00:00:00 2001 From: Swann Date: Wed, 15 Jan 2020 19:05:46 +0100 Subject: [PATCH] feat: update submodule url to https --- .gitmodules | 2 +- docs/conf.py | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 7aba73a..1bca499 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 7217d0e..5ff0a0f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 \ No newline at end of file + using_rtd_theme = True + +# -- Options for HTMLHelp output ------------------------------------------ + +# Output file base name for HTML help builder. +htmlhelp_basename = 'multiusrdoc'