Skip to content

Commit 9adc275

Browse files
committed
Config: remove setting default jobs
1 parent 17f0ca2 commit 9adc275

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

readthedocs/config/config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -802,9 +802,6 @@ def validate_build_config_with_tools(self):
802802
)
803803

804804
build["jobs"] = {}
805-
for job in BuildJobs.__slots__:
806-
build["jobs"][job] = []
807-
808805
for job, commands in jobs.items():
809806
with self.catch_validation_error(f"build.jobs.{job}"):
810807
build["jobs"][job] = [

0 commit comments

Comments
 (0)