Skip to content

Commit 20f205f

Browse files
authored
Merge pull request #1217 from readthedocs/agj/release-labels
Make section labels verbose to avoid numeric labels
2 parents 73d1707 + b557851 commit 20f205f

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

docs/changelog.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Other Changes
5959
* Use regular toctree instead of toc for singlehtml builder (#507)
6060
* Cleanup whitespace in templates (#1060)
6161

62-
.. _0.5.2:
62+
.. _release-0.5.2:
6363

6464
0.5.2
6565
=====
@@ -71,7 +71,7 @@ Other Changes
7171

7272
* Depend on docutils < 0.17 (#1113)
7373

74-
.. _0.5.1:
74+
.. _release-0.5.1:
7575

7676
0.5.1
7777
=====
@@ -103,7 +103,7 @@ Other Changes
103103
* Make Copyright template match sphinx's basic (#933)
104104
* Packaging: include ``bin/preinstall.js`` (#1005)
105105

106-
.. _0.5.0:
106+
.. _release-0.5.0:
107107

108108
0.5.0
109109
=====
@@ -115,6 +115,8 @@ Fixes
115115

116116
* Fix bullet list spacing to respect simple/complex list styles
117117

118+
.. _release-0.5.0rc2:
119+
118120
0.5.0rc2
119121
========
120122

@@ -128,6 +130,8 @@ Fixes
128130
* Fix several margin issues with lists, nested lists, and nested content
129131
* Add colon back to field lists
130132

133+
.. _release-0.5.0rc1:
134+
131135
0.5.0rc1
132136
========
133137

@@ -147,7 +151,7 @@ Other Changes
147151
* Moved build system from Grunt and friends to Webpack
148152
* Remove Modernizr, but keep html5shiv (#724, #525)
149153

150-
.. _0.4.3:
154+
.. _release-0.4.3:
151155

152156
0.4.3
153157
=====
@@ -169,7 +173,7 @@ Fixes
169173
Other Changes
170174
--------------
171175

172-
.. _0.4.2:
176+
.. _release-0.4.2:
173177

174178
0.4.2
175179
=====

docs/development.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ version:
9494
9595
.. _semantic versioning: http://semver.org/
9696

97-
.. _1.0.0:
97+
.. _release-1.0.0:
9898

9999
1.0.0
100100
~~~~~
@@ -126,7 +126,7 @@ HTML4 support is deprecated
126126
Support for the Sphinx HTML4 writer will be removed in the :ref:`2.0.0`
127127
release.
128128

129-
.. _1.1.0:
129+
.. _release-1.1.0:
130130

131131
1.1.0
132132
~~~~~
@@ -138,7 +138,7 @@ the 1.x release series. The 1.1 release will not be adding any major features
138138
and will instead mark the last release targeting projects with old dependencies
139139
like Sphinx 1.8, HTML4, or required support for IE11.
140140

141-
.. _2.0.0:
141+
.. _release-2.0.0:
142142

143143
2.0.0
144144
~~~~~
@@ -166,7 +166,7 @@ HTML4 support will be removed
166166
support and should no longer be required to use a modern combination of this
167167
theme and Sphinx.
168168

169-
.. _3.0.0:
169+
.. _release-3.0.0:
170170

171171
3.0.0
172172
~~~~~

0 commit comments

Comments
 (0)