Skip to content

Commit 3f5696f

Browse files
authored
Merge pull request #844 from sphinx-contrib/doc-tweaks
documentation updates
2 parents b8fda7a + cb431dc commit 3f5696f

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Development
44
* **(note)** Final release supporting Python 3.7 (EOL)
55
* Fixed issue when a project defines a relative CA certificate path
66
* Fixed issue when a project defines relative publish list files
7+
* Fixed issue where cleanup would remove up-to-date pages on rebuilds
8+
* Fixed triggering rebuilds when select configuration options change
79
* Fixed select directive/role issues with Sphinx 7.2.x
810

911
2.2.0 (2023-07-22)

doc/_themes/sphinx13b/static/sphinx13b.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ a {
225225
text-decoration: none;
226226
}
227227

228+
a:visited {
229+
color: #A2881D;
230+
}
231+
228232
a:hover {
229233
color: #E1C13F;
230234
}

doc/configuration.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,6 +1151,8 @@ Advanced publishing configuration
11511151

11521152
.. confval:: confluence_ca_cert
11531153

1154+
.. versionchanged:: 2.3 Support relative paths.
1155+
11541156
Provide a CA certificate to use for server certificate authentication. The
11551157
value for this option can either be a file of a certificate or a path
11561158
pointing to an OpenSSL-prepared directory. Refer to the
@@ -1320,6 +1322,7 @@ Advanced publishing configuration
13201322
.. versionadded:: 1.3
13211323
.. versionchanged:: 2.0 An empty allow list will no longer publish any
13221324
documents.
1325+
.. versionchanged:: 2.3 Support relative paths.
13231326

13241327
.. note::
13251328

@@ -1402,6 +1405,7 @@ Advanced publishing configuration
14021405
.. confval:: confluence_publish_denylist
14031406

14041407
.. versionadded:: 1.3
1408+
.. versionchanged:: 2.3 Support relative paths.
14051409

14061410
.. note::
14071411

0 commit comments

Comments
 (0)