Skip to content

Proxito: test serving language like paths #10182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

stsewd
Copy link
Member

@stsewd stsewd commented Mar 23, 2023

This will work once we remove this

re_path(
(
r'^(?:projects/(?P<subproject_slug>{project_slug})/)?'
r'(?P<lang_slug>{lang_slug})/'
r'(?P<version_slug>{version_slug})$'.format(**pattern_opts)
),
fast_404,
name='docs_detail_directory_indexing',
),

and make the new implementation the default.

Closes #8399

@stsewd stsewd added the Status: blocked Issue is blocked on another issue label Mar 23, 2023
@humitos
Copy link
Member

humitos commented Aug 9, 2023

It seems we are pretty close to make this work, right?

@stsewd
Copy link
Member Author

stsewd commented Aug 9, 2023

@humitos we are basically blocked on https://github.com/readthedocs/meta/issues/124

@stsewd
Copy link
Member Author

stsewd commented Aug 23, 2023

I'm including this in #10660.

@stsewd stsewd closed this Aug 23, 2023
@stsewd stsewd deleted the test-serving-lang-like-dir branch August 23, 2023 17:06
stsewd added a commit that referenced this pull request Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: blocked Issue is blocked on another issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

can't use /en/ or /zh/ as path prefix with single version
2 participants