File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff 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
9112.2.0 (2023-07-22)
Original file line number Diff line number Diff line change 225225 text-decoration : none;
226226}
227227
228+ a : visited {
229+ color : # A2881D ;
230+ }
231+
228232a : hover {
229233 color : # E1C13F ;
230234}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments