We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ad006 commit 8cfe9c9Copy full SHA for 8cfe9c9
readthedocs/core/resolver.py
@@ -66,7 +66,6 @@ def base_resolve_path(
66
"""Resolve a with nothing smart, just filling in the blanks."""
67
# Only support `/docs/project' URLs outside our normal environment. Normally
68
# the path should always have a subdomain or CNAME domain
69
- # pylint: disable=unused-argument
70
if subdomain or cname or (self._use_subdomain()):
71
url = '/'
72
else:
@@ -142,7 +141,6 @@ def resolve_path(
142
141
)
143
144
def resolve_domain(self, project):
145
146
canonical_project = self._get_canonical_project(project)
147
domain = canonical_project.get_canonical_custom_domain()
148
if domain:
0 commit comments