Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Jan 4, 2021
1 parent 40a51a3 commit 73ab468
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
# Configure headers
versionwarning_body_selector = 'div[itemprop="articleBody"]'

versionwarning_latest_type = 'tip'
versionwarning_latest_title = 'Note'
versionwarning_latest_type = 'warning'
versionwarning_latest_title = 'Warning'
versionwarning_latest_message = 'This is the API documentation for pre-release versions of Thunderbird. See version {newest} for the current ESR of Thunderbird.'

versionwarning_current_type = 'tip'
versionwarning_current_title = 'Note'
versionwarning_current_type = 'note'
versionwarning_current_title = 'Info'
versionwarning_current_indexmessage = 'This is the API documentation for the current ESR of Thunderbird, version {this}. Other available versions are: {other}'

versionwarning_older_type = 'warning'
Expand Down

0 comments on commit 73ab468

Please sign in to comment.