Skip to content

Commit 46aaa50

Browse files
committedMar 23, 2025
docs: Link release notes to index
1 parent 4d5d71d commit 46aaa50

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

Diff for: ‎CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Release Notes
22
-------------
33

44
[3.0.1]
5-
^^^^^
5+
^^^^^^^
66

77
Added
88
"""""
@@ -108,7 +108,7 @@ Added
108108
"""""
109109

110110
- ``pre-commit-config`` to maintain code quality using black and other useful tools.
111-
- Docs for integration and usage in `getting_started.rst`_.
111+
- Docs for integration and usage in :doc:`getting_started`
112112
- Tox for testing on `py{37}-django{20,21,22}`.
113113
- Travis CI for testing builds.
114114

Diff for: ‎docs/changelog.rst

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.. include:: ../CHANGELOG.rst
2+
:start-line: 0

Diff for: ‎docs/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Django Phone Verify provides the core functionality so you can focus on your bus
2828
integration
2929
customization
3030
contributing
31+
changelog
3132

3233
Indices and Tables
3334
==================

0 commit comments

Comments
 (0)
Please sign in to comment.