Skip to content
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

on_files: do not skip I18nFiles creation on default_language_only #85

Merged
merged 1 commit into from
Jan 27, 2022

Conversation

ultrabug
Copy link
Owner

@Stanzilla reported rightly that when using
default_language_only=true, the build process outputs warning
logs like:

f"A relative path to '{link.url}' is included in the 'nav' "
"configuration, which is not found in the documentation files"

this is due to a premature skip of i18n files population in the
on_files event

closes #83

@Stanzilla reported rightly that when using
default_language_only=true, the build process outputs warning
logs like:

f"A relative path to '{link.url}' is included in the 'nav' "
"configuration, which is not found in the documentation files"

this is due to a premature skip of i18n files population in the
on_files event

closes #83
@ultrabug ultrabug mentioned this pull request Jan 26, 2022
@ultrabug ultrabug merged commit df9bf6f into main Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Relative path warnings
2 participants