- Move project to poetry
- New options. Like with v0.0.24, these are optional, pass through
variables. You can use them in your own HTML template overrides.
project_title(string)project_description(string)project_license(string)project_static_file_url(string)project_author(string)
- New options (unused for now, to pass through to git-pull project
templates)
project_url(string) absolute URL for meta tags (e.g. favicons, icons)show_meta_manifest_tag(boolean, default False)show_meta_og_tags(boolean, default False)show_meta_app_icon_tags(boolean, default False)
- Fix paths
- Remove mentoring / project links
- Loosen version requirement for alabaster (to <0.8)
- Improve URL matching by extract full TLD (including subdomain)
- Improve URL matching of internal
:doc:URLs, especially in cases where URL has a slash in it, e.g.:doc:`consulting/page.
- Add HTMLTranslator for opening external links in new window
- Open book / consulting html stuff in new window
- Add config variable: alagitpull_internal_hosts
- Add config variable: alagitpull_external_hosts_new_window