JuliaDocs/Documenter.jl

Option for CDN-free builds

Open

#2,159 opened on 2023年6月29日

GitHub で見る
 (2 comments) (7 reactions) (0 assignees)Julia (910 stars) (513 forks)batch import
Format: HTMLType: Enhancementhelp wanted

説明

The generated HTML/JS/CSS from the documentation builds depend on cdnjs and Google Fonts right now. It might be useful in some cases to build the docs without CDN-ed dependencies.

Something also worth considering is that we are kinda vulnerable to a CDN going offline or becoming inaccessible right now. So we could also consider bundling by default.

コントリビューターガイド