Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix including of CHANGELOG.rst #151

Merged
merged 7 commits into from Nov 2, 2021

Commits on Oct 30, 2021

  1. fix include of CHANGELOG.rst

    Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
    ziegenberg committed Oct 30, 2021
    Copy the full SHA
    67171bc View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Format links in changelog properly using rst syntax

    Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
    ziegenberg committed Nov 2, 2021
    Copy the full SHA
    4a76682 View commit details
    Browse the repository at this point in the history
  2. add changes from 1.6.0 to changelog

    Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
    ziegenberg committed Nov 2, 2021
    Copy the full SHA
    2168f8b View commit details
    Browse the repository at this point in the history
  3. add setuptools_scm as build dependency to tox.ini for generating docs

    Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
    ziegenberg committed Nov 2, 2021
    Copy the full SHA
    33b5369 View commit details
    Browse the repository at this point in the history
  4. add sphinx linkcheck build as a command to tox.ini

    for building documentation. Building the documentation will fail when
    broken links are found.
    
    Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
    ziegenberg committed Nov 2, 2021
    Copy the full SHA
    9e7131b View commit details
    Browse the repository at this point in the history
  5. add docs/source/_build which is generated while building the docs to …

    ….gitignore
    
    Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
    ziegenberg committed Nov 2, 2021
    Copy the full SHA
    39ba392 View commit details
    Browse the repository at this point in the history
  6. cleanup CHANGELOG.rst and README.rst

    - fix broken links in README.rst
    - fix broken links in CHANGELOG.rst
    - cleanup release 1.6.0 to only include actual changes from that release
    
    Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
    ziegenberg committed Nov 2, 2021
    Copy the full SHA
    63020ea View commit details
    Browse the repository at this point in the history