pkgdown - Remove external bootstrap dependency

I develop packages hosted on an internal GitHub server. I want to publish docs using pkgdown, however, the sites will not render correctly since our internal server does not allow access to externally-hosted files.

Is there a way to build pkgdown sites but reference a locally hosted/saved bootstrap theme? (How does one save a bootstrap theme locally?)

Much appreciated!

1 Like

From what I can tell from reading through the pkgdown documentation, there isn't a quick option to change the site to be self-contained. However, you do have the option of bundling the external resources in your own package and then declaring them in the template section of the YAML config file.