mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
5e7d604290
This adds a subtle version display to the nav header. It will pull this information from conf.py `version` if it exists, or if on RTD, `current_version` from the conf additional context. If neither exists, or the `display_version` option is false, the block will not display.
12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
[theme]
|
|
inherit = basic
|
|
stylesheet = css/theme.css
|
|
|
|
[options]
|
|
typekit_id = hiw1hhg
|
|
analytics_id =
|
|
sticky_navigation = False
|
|
logo_only =
|
|
collapse_navigation = False
|
|
display_version = True
|