mirror of
https://github.com/django/django.git
synced 2025-07-13 16:25:13 +00:00
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked.
This commit is contained in:
parent
1058fc7023
commit
ac90529cc5
31 changed files with 128 additions and 127 deletions
1
docs/_theme/djangodocs/static/djangodocs.css
vendored
1
docs/_theme/djangodocs/static/djangodocs.css
vendored
|
@ -103,6 +103,7 @@ dt .literal, table .literal { background:none; }
|
|||
#bd a.reference { text-decoration: none; }
|
||||
#bd a.reference tt.literal { border-bottom: 1px #234f32 dotted; }
|
||||
div.code-block-caption { color: white; background-color: #234F32; margin: 0; padding: 2px 5px; width: 100%; font-family: monospace; font-size: small; line-height: 1.3em; }
|
||||
div.code-block-caption .literal {color: white; }
|
||||
div.literal-block-wrapper pre { margin-top: 0; }
|
||||
|
||||
/* Restore colors of pygments hyperlinked code */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue