Skip to content

v1.3

Compare
Choose a tag to compare
@devanshshukla99 devanshshukla99 released this 27 Feb 21:07
· 10 commits to main since this release
dda9121

1.3 (2024-02-28)

What's Changed

Features

  • Adds the capability to build detached heads if either the head is already detached or that particular commit is specified via --branches arg, provided that --force is supplied. Additionally, if the main-branch is not specified via --main-branch then the currently checkout out branch/tag will be considered as the main branch for generating the top-level index.html. (#45)
  • Added a searchbar and project url field for sphinx-rtd-theme and bootstrap-astropy. The project url can be set using sv_project_url option in conf.py. (#48)

Bug Fixes

  • Fixed a bug in flyout's eventlistener where it erroneously used to trigger on the outer flyout element. (#48)
  • Fixed a bug where the versions selector menu shows a scoll-bar in sphinx-rtd-theme. (#55)
  • Fixed a bug in which the static assets were being copied to the same location multiple times. (#60)

Added/Improved Documentation

  • Added documentation strings. (#39)
  • Added a sample github-action to showcase the process of building and deploying versioned docs to github-pages/other-locations. (#46)
  • Improved package-wide documentation. Added doc-strings and improved tutorial and installation instructions for fresh users. (#53)

Full Changelog: v1.2...v1.3