﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
37134	Fontawesome console tab icons not appearing in locally generated html docs	James Beard	James Beard	"When generating HTML django docs locally the console tab icons (Windows, Linux, Mac) are broken and appear as missing unicode squares.

To reproduce, check out the django source, install docs dependencies, and run `make html` in docs/. On relevant pages e.g. http://localhost:3000/topics/install the icons in the tabs above the console blocks look like this: □/□  □

The cause is in the default djangodocs theme and is twofold:

1. the static file console-tabs.css contains a dynamic path meant to be interpreted, however that file is just copied verbatim by sphinx
1. the @font-face name defined in fa-brands.min.css doesn't match what's used elsewhere in the theme CSS

Have a fix already so happy to take ownership if accepted."	Cleanup/optimization	assigned	Documentation	6.0	Normal		icon, fontawesome		Unreviewed	0	0	0	0	0	0
