Skip to content

Commit 8a6038d

Browse files
authored
Merge pull request #1001 from sphinx-contrib/doc-maintenance
Documentation maintenance (2024-06-28)
2 parents b27c90c + d05123a commit 8a6038d

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

doc/_themes/sphinx13b/static/sphinx13b.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,18 +199,19 @@ div.section:target > h3:first-of-type,
199199
div.section:target > h4:first-of-type,
200200
div.section:target > h5:first-of-type,
201201
div.section:target > h6:first-of-type,
202+
dl:target > dt:first-of-type,
202203
section:target > h1:first-of-type,
203204
section:target > h2:first-of-type,
204205
section:target > h3:first-of-type,
205206
section:target > h4:first-of-type,
206207
section:target > h5:first-of-type,
207208
section:target > h6:first-of-type,
208-
span:target + h1:first-of-type,
209-
span:target + h2:first-of-type,
210-
span:target + h3:first-of-type,
211-
span:target + h4:first-of-type,
212-
span:target + h5:first-of-type,
213-
span:target + h6:first-of-type,
209+
span:target ~ h1:first-of-type,
210+
span:target ~ h2:first-of-type,
211+
span:target ~ h3:first-of-type,
212+
span:target ~ h4:first-of-type,
213+
span:target ~ h5:first-of-type,
214+
span:target ~ h6:first-of-type,
214215
span:target + dl.confval > dt {
215216
background-color: #fbe54e;
216217
}

doc/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ Publishing configuration
710710
Provides an override for an interactive shell to request publishing
711711
documents using an API key or password provided from a shell environment.
712712
While a password is typically defined in the option
713-
``confluence_server_pass`` (either directly set, fetched from the project's
713+
|confluence_server_pass|_ (either directly set, fetched from the project's
714714
``config.py`` or passed via an alternative means), select environments may
715715
wish to provide a way to accept an authentication token without needing to
716716
modify documentation sources or having a visible password value in the

doc/directives.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ Common
170170
171171
This content is captured inside the expand macro.
172172
173+
See also :doc:`guide-collapse`.
174+
173175
.. _confluence_metadata:
174176

175177
.. rst:directive:: confluence_metadata

0 commit comments

Comments
 (0)