mkdocs / mkdocs-bootstrap

MkDocs Bootstrap Theme
http://mkdocs.github.io/mkdocs-bootstrap/
BSD 2-Clause "Simplified" License
84 stars 36 forks source link

Font files missing #6

Closed anantshri closed 6 years ago

anantshri commented 8 years ago

Installation via

pip install mkdocs

using standard theme which is bootstrap theme

URL        `../fonts/glyphicons-halflings-regular.eot'
Parent URL http://127.0.0.1:8000/css/bootstrap-custom.min.css, line 1, col 36239
Real URL   http://127.0.0.1:8000/fonts/glyphicons-halflings-regular.eot
Check time 3.413 seconds
Result     Error: 404 File not found

URL        `../fonts/glyphicons-halflings-regular.eot?#iefix'
Parent URL http://127.0.0.1:8000/css/bootstrap-custom.min.css, line 1, col 36292
Real URL   http://127.0.0.1:8000/fonts/glyphicons-halflings-regular.eot#iefix
Check time 3.466 seconds
Result     Error: 404 File not found

URL        `../fonts/glyphicons-halflings-regular.woff'
Parent URL http://127.0.0.1:8000/css/bootstrap-custom.min.css, line 1, col 36376
Real URL   http://127.0.0.1:8000/fonts/glyphicons-halflings-regular.woff
Check time 3.551 seconds
Result     Error: 404 File not found

URL        `../fonts/glyphicons-halflings-regular.ttf'
Parent URL http://127.0.0.1:8000/css/bootstrap-custom.min.css, line 1, col 36441
Real URL   http://127.0.0.1:8000/fonts/glyphicons-halflings-regular.ttf
Check time 3.218 seconds
Result     Error: 404 File not found

URL        `../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular'
Parent URL http://127.0.0.1:8000/css/bootstrap-custom.min.css, line 1, col 36509
Real URL   http://127.0.0.1:8000/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular
Check time 3.062 seconds
Result     Error: 404 File not found

So looks like many font files are missing. Please correct

Issue raised earlier at https://github.com/mkdocs/mkdocs/issues/894#issuecomment-210114943 and was redirected here.

d0ugal commented 8 years ago

We just need this change here: https://github.com/waylan/mkdocs/commit/fa2083c19458a5b1345495a50daec645e3432c6f

lokenx commented 8 years ago

So the changes are in master branch as of commit fa2083c19458a5b1345495a50daec645e3432c6f but it seems no new release has been made/pushed to PyPi since February 18. There's also been a number of commits that none of us are benefiting from!

Is this something that can be done or is help needed? I'm looking to get our internal team using MkDocs so this would be awesome if it got pushed! Or is there another way to install that gets us a newer version?

waylan commented 6 years ago

22 resolved this issue.