Skip to content

Commit

Permalink
Update project URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 15, 2024
1 parent 7c76aee commit de4d0f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Change log
0.4.0
#####

* Minimum python version is now 3.7 by @ashb in https://github.com/ashb/sphinx-argparse/pull/25
* Fix anchor for toc by @Blaok in https://github.com/ashb/sphinx-argparse/pull/2
* feat: find executable filename to address #16 by @tsutterley in https://github.com/ashb/sphinx-argparse/pull/17
* Test against python 3.11 too by @ashb in https://github.com/ashb/sphinx-argparse/pull/22
* Minimum python version is now 3.7 by @ashb in https://github.com/sphinx-doc/sphinx-argparse/pull/25
* Fix anchor for toc by @Blaok in https://github.com/sphinx-doc/sphinx-argparse/pull/2
* feat: find executable filename to address #16 by @tsutterley in https://github.com/sphinx-doc/sphinx-argparse/pull/17
* Test against python 3.11 too by @ashb in https://github.com/sphinx-doc/sphinx-argparse/pull/22

0.3.1
#####
Expand Down
2 changes: 1 addition & 1 deletion docs/contrib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Most wanted:
* Bug fixes
* Examples

Contributions are gratefully accepted through `github <https://github.com/ashb/sphinx-argparse>`_ pull-request. Please report bugs as issues on github.
Contributions are gratefully accepted through `github <https://github.com/sphinx-doc/sphinx-argparse>`_ pull-request. Please report bugs as issues on github.

Don't forget to run tests before committing::

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "sphinx-argparse"
description = "A sphinx extension that automatically documents argparse commands and options"
readme = "README.rst"
urls.Changelog = "https://sphinx-argparse.readthedocs.io/en/latest/changelog.html"
urls.Code = "https://github.com/ashb/sphinx-argparse"
urls.Code = "https://github.com/sphinx-doc/sphinx-argparse"
urls.Download = "https://pypi.org/project/sphinx-argparse/"
urls.Homepage = "https://sphinx-argparse.readthedocs.io/"
urls."Issue tracker" = "https://github.com/sphinx-doc/sphinx-argparse/issues"
Expand Down

0 comments on commit de4d0f9

Please sign in to comment.