jbms / sphinx-immaterial

Adaptation of the popular mkdocs-material material design theme to the sphinx documentation system
https://jbms.github.io/sphinx-immaterial/
Other
177 stars 28 forks source link

allow use of system font in theme's graphviz ext #225

Closed 2bndy5 closed 1 year ago

2bndy5 commented 1 year ago

This fixes regression about using system font when this theme's graphviz extension is enabled. I added a unit test to ensure future continuity. Also adjusted the docs about the html_theme_options["font"] field when using the system's available fonts.

EDIT: Now includes detailed step-by-step instructions for using a self-hosted font family.

2bndy5 commented 1 year ago

pending #224 for CI failures.

jbms commented 1 year ago

Thanks!