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

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'