Closed ghost closed 2 years ago
Thanks for reporting. 8.1.11 ships the latest FontAwesome major version (v5), so some icons might have been renamed by the maintainers of FontAwesome. Unfortunately, it's impossible for me to keep track of all icons (we're shipping more than 8k), so you have to check the FontAwesome repository how this icon is now called, or if it's still contained in the free version of FontAwesome.
The release notes should've contained a notice regarding the major upgrade, that's an oversight on my side. I'll add a note that 8.1.11 ships the new version. Closing, as it's nothing we can fix – authors have to switch icons.
Updated the changelog in 92c11bb1e.
For anyone with the same issue, home
was changed to house
. fontawesome/solid/house
Contribution guidelines
I've found a bug and checked that ...
mkdocs
orreadthedocs
themescustom_dir
,extra_javascript
andextra_css
Description
Unable to Build or Serve Site, gives a Python Jinja2 Exception, it seems to be related to
.icons/fontawesome/solid/home.svg
Expected behaviour
I would expect to be able to build the site without any exceptions, and serve it to view my current site for testing.
Actual behaviour
I get an exception when building;
With Verbose Option, I get this;
When serving I don't get an exception, it just stops;
EDIT: When changing the Docker Tag to
8.1.10
instead oflatest
/8.1.11
, it works as expected (no changes to config etc are made), so looks like something inv8.1.11
maybe?Steps to reproduce
Pull Latest Docker Container. Try and Build Site with Config below. Observe Error.
Package versions
python --version
mkdocs --version
pip show mkdocs-material | grep -E ^Version
Docker Container on Latest Tag;
Configuration
System information