We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffd9f5 commit 84cb805Copy full SHA for 84cb805
readthedocs/projects/tasks/mixins.py
@@ -78,7 +78,7 @@ def sync_versions(self, vcs_repository):
78
if use_lsremote:
79
branches, tags = vcs_repository.lsremote(
80
include_tags=sync_tags,
81
- include_branches_data=sync_branches,
+ include_branches=sync_branches,
82
)
83
else:
84
if sync_tags:
0 commit comments