File tree 1 file changed +6
-2
lines changed
readthedocs/vcs_support/backends
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,11 @@ def repo_exists(self):
55
55
return code == 0
56
56
57
57
def are_submodules_available (self ):
58
- """Test whether git submodule checkout step should be performed
58
+ """
59
+ Test whether git submodule checkout step should be performed.
59
60
60
61
.. note::
62
+
61
63
Temporarily, we support skipping these steps as submodule step can
62
64
fail if using private submodules. This will eventually be
63
65
configureable with our YAML config.
@@ -85,9 +87,11 @@ def checkout_revision(self, revision=None):
85
87
return [code , out , err ]
86
88
87
89
def clone (self ):
88
- """Clone the repository
90
+ """
91
+ Clone the repository.
89
92
90
93
.. note::
94
+
91
95
Temporarily, we support skipping submodule recursive clone via a
92
96
feature flag. This will eventually be configureable with our YAML
93
97
config.
You can’t perform that action at this time.
0 commit comments