We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f86dc commit 3d62248Copy full SHA for 3d62248
readthedocs/core/views/serve.py
@@ -38,11 +38,7 @@
38
from django.views.decorators.cache import cache_page
39
from django.views.static import serve
40
41
-<<<<<<< HEAD
42
from readthedocs.builds.constants import LATEST, STABLE
43
-=======
44
-from readthedocs.builds.constants import INTERNAL
45
->>>>>>> Manager names moved to Constants
46
from readthedocs.builds.models import Version
47
from readthedocs.core.permissions import AdminPermission
48
from readthedocs.core.resolver import resolve, resolve_path
0 commit comments