Skip to content

Instantly share code, notes, and snippets.

@waltergu
Created November 1, 2018 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waltergu/dda6687109046f8ad4775e9bb6be6489 to your computer and use it in GitHub Desktop.
Save waltergu/dda6687109046f8ad4775e9bb6be6489 to your computer and use it in GitHub Desktop.
Add a icon to the title of the html pages generated by Documenter.jl
1. Rename your icon file as "favicon.ico", place it in the "YourPackage/docs/src/assets/" folder;
2. In the "YourPackage/docs/src/make.jl" file, add a keyword argument "asserts=["assets/favicon.ico"]" to the "makedocs" function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment