We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c95ec commit 52493aaCopy full SHA for 52493aa
readthedocs/core/management/commands/update_repos.py
@@ -1,5 +1,3 @@
1
-# -*- coding: utf-8 -*-
2
-
3
"""
4
Custom management command to rebuild documentation for all projects.
5
@@ -11,12 +9,10 @@
11
9
from django.core.management.base import BaseCommand
12
10
13
from readthedocs.builds.constants import EXTERNAL, INTERNAL
14
-from readthedocs.builds.models import Build, Version
+from readthedocs.builds.models import Version
15
from readthedocs.core.utils import trigger_build
16
-from readthedocs.projects import tasks
17
from readthedocs.projects.models import Project
18
19
20
log = logging.getLogger(__name__)
21
22
0 commit comments