-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
good first issueGood for newcomersGood for newcomersnew featureEnhancement specifically adding a new feature (feature request should be used for issues instead)Enhancement specifically adding a new feature (feature request should be used for issues instead)
Description
Currently our documentation build throws several warnings like
[10/22/23 18:12:47] WARNING Font monospace not in [...]
[10/22/23 18:14:58] WARNING Font sans not in [...]
[10/22/23 18:15:00] WARNING Font sans-serif not in [...]
See https://readthedocs.org/api/v2/build/22307289.txt for the complete log of a recent build.
There are two issues here:
- The font
sans-serifshould probably also be referred to assans. - Miscapitalized fonts are currently not registered correctly: in the examples above,
MonospaceandSansare actually included by the list returned bymanimpango.list_fonts(). I think it would be a good idea to automatically correct this user input error: if the specified font is not included in the list, manim should check whether the capitalized version is there -- and if so, use that value instead.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersnew featureEnhancement specifically adding a new feature (feature request should be used for issues instead)Enhancement specifically adding a new feature (feature request should be used for issues instead)
Type
Projects
Status
🆕 New