Skip to content

Commit f2ddf94

Browse files
committed
Remove no-needed URL
This was moved to Corporate project, where it belongs.
1 parent 64dbc48 commit f2ddf94

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

readthedocs/core/urls/subdomain.py

-11
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,6 @@
4747
name='docs_detail',
4848
),
4949

50-
# Special case for single-version subprojects
51-
# docs.customdomain.org/projects/subproject/_static/readthedocs-data.js
52-
# docs.customdomain.org/projects/subproject/chapter/section/page.html
53-
url(
54-
(
55-
r'^projects/(?P<subproject_slug>{project_slug})/'
56-
r'(?P<filename>{filename_slug})$'.format(**pattern_opts)
57-
),
58-
serve_docs,
59-
name='docs_detail_singleversion_subproject',
60-
),
6150
]
6251

6352
groups = [subdomain_urls]

0 commit comments

Comments
 (0)