Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
"python": ("https://docs.python.org/3", None),
"python-guide": ("https://docs.python-guide.org", None),
"setuptools": ("https://setuptools.pypa.io/en/latest/", None),
"setuptools-scm": ("https://setuptools-scm.rtfd.io/latest", None),

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inventory added but not used in the two links?

"spack": ("https://spack.readthedocs.io/en/latest/", None),
"sphinx": ("https://www.sphinx-doc.org/en/master", None),
"tox": ("https://tox.wiki/en/latest/", None),
Expand Down
2 changes: 1 addition & 1 deletion source/discussions/setup-py-deprecated.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ A possible replacement solution (among others) is to rely on setuptools-scm_:

* ``python -m setuptools_scm``

.. _setuptools-scm: https://setuptools-scm.readthedocs.io/en/latest/usage#as-cli-tool
.. _setuptools-scm: https://setuptools-scm.readthedocs.io/latest/usage/#as-cli-tool


Remaining commands
Expand Down
2 changes: 1 addition & 1 deletion source/discussions/single-source-version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ The following are links to some build system's documentation for handling versio

* `Setuptools <https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_

- `setuptools_scm <https://setuptools-scm.readthedocs.io/en/latest/>`_
- `setuptools_scm <https://setuptools-scm.rtfd.io/latest>`_
Loading