Skip to content

Commit

Permalink
Merge pull request #4810 from stsewd/dont-activate-version-on-build
Browse files Browse the repository at this point in the history
Don't activate version on build
  • Loading branch information
ericholscher committed Nov 1, 2018
2 parents fb1fef9 + 981ef8f commit a2eee02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion readthedocs/projects/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ def update_app_instances(self, html=False, localmedia=False, search=False,
if html:
version = api_v2.version(self.version.pk)
version.patch({
'active': True,
'built': True,
})
except HttpClientError:
Expand Down

0 comments on commit a2eee02

Please sign in to comment.