Skip to content

Releases: ASFHyP3/mkdocs-asf-theme

ASF MkDocs Theme v0.4.0

27 Jun 17:48
c64edd1
Compare
Choose a tag to compare

Removed

  • Dropped support for Python 3.8 and 3.9. The new minimum version is 3.10.

ASF MkDocs Theme v0.3.2

23 Feb 21:25
6a0b5a3
Compare
Choose a tag to compare

Changed

  • Tables are now displayed at maximum width.
  • Announcement banner style has been improved.

ASF MkDocs Theme v0.3.1

23 Feb 18:46
fdf55d6
Compare
Choose a tag to compare

Changed

  • mkdocs-asf-theme now uses a src layout per this recommendation.
  • mkdocs-asf-theme now only uses pyproject.toml for package creation now that setuptools recommends not using setup.py.
  • The contents of main.html have been moved to partials/main.html and main.html now extends from partials/main.html. This allows any project using this theme to override main.html and extend from partials/main.html, which allows projects to override blocks defined in base.html.

ASF MkDocs Theme v0.3.0

06 Oct 20:55
f70ea00
Compare
Choose a tag to compare

Changed

  • Upgraded mkdocs-material to v9.4.2. We have updated our templates in asf_theme/partials to match the upstream versions as closely as possible. This introduces breaking changes. In particular:
    • If you want a footer, you should make the following change to your website's mkdocs.yml file:
      theme:
        features:
      +    - navigation.footer
    • You should carefully review your website to confirm that everything still renders and functions as expected.
    • If anything does not work as expected, you may want to read the mkdocs-material upgrade guide starting at Upgrading from 6.x to 7.x for any other important changes that may apply to your website.

Removed

Fixed

  • Fixed #27 by upgrading mkdocs-material.

ASF MkDocs Theme v0.2.4

17 Mar 22:15
94a0742
Compare
Choose a tag to compare

Fixed

  • MkDocs Material theme 6.2.0 breaks site generation, so the dependency is now pinned to mkdocs-material>=6.2.1,<7.0

ASF MkDocs Theme v0.2.3

25 Mar 19:36
2de58ce
Compare
Choose a tag to compare

Fixed

  • ASF logo and background map now appear correctly in "Project" or repo level sites.

ASF MkDocs Theme v0.2.2

04 Mar 18:33
2c5cb93
Compare
Choose a tag to compare

Changed

  • MkDocs Material theme 7 breaks the theme header, so the dependency is now pinned to mkdocs-material>=6.0,<7.0

ASF MkDocs Theme v0.2.1

05 Jan 19:29
61cc605
Compare
Choose a tag to compare

Changed

  • HTML in partials footer no longer calls document.write() should fix bug where page gets deleted and replaced by current year
  • Renamed github repository to mkdocs-asf-theme to mirror PyPI

ASF MkDocs Theme v0.2.0

22 Dec 21:53
a3c9055
Compare
Choose a tag to compare

Added

  • Social links to the footer
  • Default Google Analytics settings

Changed

  • Added search functionality uses the search.html partial instead of being directly
    inserted into the header
  • Now includes two logos for a site - the ASF logo (linking back to ASF), and the
    site logo (linking back to the site home page)
  • Copyright in footer is now dynamic (provides © YEAR ) and can be customized
    or removed

RELEASE: 0.1.0

17 Dec 23:12
306b28f
Compare
Choose a tag to compare

Added

  • MkDocs theme based on material to match ASF branding