submodule-https-scheme
Use a https://
URL for a submodule.
This build will work in both, Community and Corporate site.
.gitmodules
file:
1[submodule "template"]
2 path = template
3 url = https://github.com/rtfd/template.git
Sphinx configuration file to build this docs (see full file),
1# -*- coding: utf-8 -*-
2
3# Default settings
4project = 'Test Builds'
5extensions = [
6 'sphinx_autorun',
7]
8
9# Include all your settings here
10html_theme = 'sphinx_rtd_theme'
11
12
13
14
>>> # Build at
>>> import datetime
>>> datetime.datetime.utcnow() # UTC
datetime.datetime(2023, 8, 15, 19, 26, 46, 167038)