__I checked that...__
In the configuration, when specifying a custom icon as logo, but not a custom repo icon, a jinja2.exceptions.TemplateNotFound is raised.
The logo icon should be set, and the repo icon should fallback to the default.
A jinja2.exceptions.TemplateNotFound is raised. As a workaround, we can set the repo icon the configuration.
theme:
name: 'material'
icon:
logo: fontawesome/solid/microphone
mkdocs servesite_name: FastAPI Users
site_description: Ready-to-use and customizable users management for FastAPI
theme:
name: 'material'
palette:
primary: 'red'
accent: 'red'
icon:
logo: fontawesome/solid/microphone
favicon: 'favicon.png'
repo_name: frankie567/fastapi-users
repo_url: https://github.com/frankie567/fastapi-users
edit_uri: ""
markdown_extensions:
- markdown_include.include:
base_path: docs
- toc:
permalink: true
- admonition
- codehilite
- pymdownx.superfences
- pymdownx.tasklist
Confirmed, thanks for reporting!
Fixed in fcbd47c2, will be part of RC 2. We'll wait for some more feedback before the next RC, as this is a minor bug with a simple workaround for the time being.
That's great! Thanks @squidfunk 馃憤
Just released RC 2. Please re-open if the issue persists.