Skip to content

Commit b15cae6

Browse files
authored
Fix broken link for sphinx-doc in generated docs (#5015)
1 parent 929992e commit b15cae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: {{cookiecutter.project_slug}}/docs/howto.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Changes to files in `docs/_source` will be picked up and reloaded automatically.
2626
Docstrings to Documentation
2727
----------------------------------------------------------------------
2828

29-
The sphinx extension `apidoc <https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html/>`_ is used to automatically document code using signatures and docstrings.
29+
The sphinx extension `apidoc <https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html>`_ is used to automatically document code using signatures and docstrings.
3030

3131
Numpy or Google style docstrings will be picked up from project files and available for documentation. See the `Napoleon <https://sphinxcontrib-napoleon.readthedocs.io/en/latest/>`_ extension for details.
3232

0 commit comments

Comments
 (0)