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.
2 parents 1720d2b + 9341529 commit e6cae86Copy full SHA for e6cae86
readthedocs/projects/views/public.py
@@ -81,7 +81,7 @@ def project_redirect(request, invalid_project_slug):
81
))
82
83
84
-class ProjectDetailView(
+class ProjectDetailViewBase(
85
ProjectRelationListMixin,
86
BuildTriggerMixin,
87
ProjectOnboardMixin,
@@ -124,6 +124,11 @@ def get_context_data(self, **kwargs):
124
return context
125
126
127
+class ProjectDetailView(SettingsOverrideObject):
128
+
129
+ _default_class = ProjectDetailViewBase
130
131
132
class ProjectBadgeView(View):
133
134
"""
0 commit comments