diff --git a/CHANGES.rst b/CHANGES.rst index bb15842f..ba292cf1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,8 @@ Development * **(note)** Final release supporting Python 3.7 (EOL) * Fixed issue when a project defines a relative CA certificate path * Fixed issue when a project defines relative publish list files +* Fixed issue where cleanup would remove up-to-date pages on rebuilds +* Fixed triggering rebuilds when select configuration options change * Fixed select directive/role issues with Sphinx 7.2.x 2.2.0 (2023-07-22) diff --git a/doc/_themes/sphinx13b/static/sphinx13b.css b/doc/_themes/sphinx13b/static/sphinx13b.css index f658ea38..2408586c 100644 --- a/doc/_themes/sphinx13b/static/sphinx13b.css +++ b/doc/_themes/sphinx13b/static/sphinx13b.css @@ -225,6 +225,10 @@ a { text-decoration: none; } +a:visited { + color: #A2881D; +} + a:hover { color: #E1C13F; } diff --git a/doc/configuration.rst b/doc/configuration.rst index d65e3cf1..3ec2c4c7 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -1151,6 +1151,8 @@ Advanced publishing configuration .. confval:: confluence_ca_cert + .. versionchanged:: 2.3 Support relative paths. + Provide a CA certificate to use for server certificate authentication. The value for this option can either be a file of a certificate or a path pointing to an OpenSSL-prepared directory. Refer to the @@ -1320,6 +1322,7 @@ Advanced publishing configuration .. versionadded:: 1.3 .. versionchanged:: 2.0 An empty allow list will no longer publish any documents. + .. versionchanged:: 2.3 Support relative paths. .. note:: @@ -1402,6 +1405,7 @@ Advanced publishing configuration .. confval:: confluence_publish_denylist .. versionadded:: 1.3 + .. versionchanged:: 2.3 Support relative paths. .. note::