Felipe Moreno

Results 58 comments of Felipe Moreno

Our current font config in CSS: ``` /* Fonts (overrides base theme) */ --pst-font-family-heading: "Poppins", sans-serif; --pst-font-family-base: "Poppins", sans-serif; --pyos-font-family-h1: "Itim", serif; ``` Since Poppins does not support Japanese and...

After @melissawm 's comment, I tried again and starting from a clean slate, it works without warnings on the main branch. I can't understand why, but I will investigate, but...

I did some more research on this. On my computer, it works using the virtual env in the build-language session but not in the virtual env for the docs-test session....

🙌 @ucodery found an issue with our nox config that explains this behavior!

@ucodery helped figure out what was happening, from a discussion in Slack: AH! I see the problem https://github.com/pyOpenSci/python-package-guide/blob/cdbdf8545162d5c0ebee9a22bd4d51f10f6edc5c/noxfile.py#L6 Will close this issue now and create another one to discuss removing...

This is awesome and I think it is exactly what we were thinking about! :heart_eyes: The code for the Japanese language is `ja` instead of `jp`. I had made the...

> - there is `posarg` for `release-build` in the `build_translations` as well. Yeah that was a way for the docs-test to indicate to the build-translations session that it should only...

I remember we had to do some small changes to the nox file sessions and that part was done. But I don't remember now if @sneakers-the-rat had to make any...

I have been busy these last days and did not have time to look into your new PRs 😔 sorry If we are ready to release, we need to mark...