Remove unused large Fred Hutch logo Update small Fred Hutch logo in footer to current version (#50)
Add Kim and JohnA to footer (#44, #47)
Bump actions/checkout from 2 to 4 (3 months ago) <dependabot[bot]> (#42)
Bump actions/upload-artifact from 3 to 4 (3 months ago) <dependabot[bot]> (#41)
Bump actions/setup-python from 2 to 5 (3 months ago) <dependabot[bot]> (#40)
Automatically check for new GitHub actions versions
Specify Read the Docs build OS (#39)
The sphinx-better-subsection
extension is installed and automatically set
up to prefer explicit targets for a section heading over auto-generated targets
(e.g. from the title) when producing HTML permalinks. This change is backwards
compatible as both targets still work in both rST and HTML pages. An example
can be seen below for the previous release heading.
(#38)
Update the team member list in the footer to match nextstrain.org's new footer. (#37)
Fix the footer formatting when sphinx-rtd-theme 1.2.0 (or newer) is used. (#36)
Document in the README how to develop the theme locally. (#34)
Revert workaround for markdown
and sphinx-markdown-tables
from previous
release.
(#31)
A dependency on the Python distribution markdown <3.4.0
was added to help
resolve a compatibility issue with the sphinx-markdown-tables
distribution,
which we use in several of our projects. Hopefully upstream will fix the issue
with a new release and then this dependency can be removed.
(#29)
The top-of-sidebar block containing the logo, project name, version, and search box is now pinned to the top of the sidebar when it scrolls. This helps maintain the page's visual structure even if the sidebar navigation is long and requires scrolling.
The scroll-into-view behaviour for the current page's entry in the navigation sidebar is now a bit less jumpy. Scrolling will be (mostly) avoided if the link is already in view, rather than always trying to scroll it to the top of the viewport. (#27)
The sphinx-copybutton
extension is installed to this package with some
default configurations. For it to work properly, this package must be used as
an extension in addition to usage as a theme (#26).
Demo doc includes example usage.
Navigation links which are at the second-level or deeper now use the normal font weight instead of a lighter font weight. The intent is to make them more readable.
The mobile navigation text and menu icon are now a readable color against the grey background, instead of white.
Demo doc now includes pages nested in sub toctrees.
The version of the base theme, sphinx_rtd_theme
, has been updated to 1.0.0
to support latest styling (#19).
The styling of wide tables is now much improved. Tables will expand to use the available viewport width instead of staying confined within the main content column. They remain horizontally scrollable when the viewport is not wide enough to fully accommodate them.
Demo documentation from the base theme, sphinx_rtd_theme
, is included in
this theme's own documentation now, to provide comprehensive previews of
changes.
An appropriate LICENSE file is now included. (The MIT licensing was previously only declared in Python distribution metadata.)
Breadcrumbs now start with the main Nextstrain doc home page and don't include current page title, along with a couple other small changes for clarity.
The logo now links to https://docs.nextstrain.org by default instead of
https://nextstrain.org, which feels more "right" to several members of the
team. A new option, logo_link
, allows control of the URL used for the
logo's link if necessary (though this is unexpected for Nextstrain docs).
The "Click here to return …" message is gone from subproject sidebars in favor of the improved breadcrumbs at the top of the page and the change to the logo' link.
The clarity and precision of the currently displayed project version is improved. "Stable" now shows the precise version (when available) and "latest" is described as the "development" version with the precise commit shown.
The documentation versions panel added by Read the Docs now stays docked to the bottom of the sidebar when expanded instead of becoming unmoored and floating over the bottom right corner of the page.
The titles of sidebar directives (not the navigation sidebar) now use our theme font (Lato) too.
Updated funding sources in the footer to reflect current funding for the Basel team.
The page footer was updated with the latest team members from nextstrain.org and a more accurate description of our software licenses. Alt text was added to logos and other small tweaks were also made.
External links in the TOC tree sidebar are now marked with a trailing icon.
This theme now has its own documentation build, including demos of theme-specific styling, and previews will be built for PRs.
Defaults favicon to Nextstrain logo.
Fixes a link under the Open Science Prize logo.
Restores monospace font for inline literals.
Includes sidebar improvements with links to nextstrain.org and the main docs.nextstrain.org; see #4.