diff --git a/build.py b/build.py index 975e7916..eab9baac 100755 --- a/build.py +++ b/build.py @@ -872,7 +872,7 @@ def cmd_docset_py(options, args): # update its Info.plist file docset = os.path.abspath(docset) runcmd('defaults write {}/Contents/Info isJavaScriptEnabled true'.format(docset)) - runcmd('defaults write {}/Contents/Info dashIndexFilePath main.html'.format(docset)) + runcmd('defaults write {}/Contents/Info dashIndexFilePath index.html'.format(docset)) runcmd('defaults write {}/Contents/Info DocSetPlatformFamily wxpy'.format(docset)) runcmd('plutil -convert xml1 {}/Contents/Info.plist'.format(docset)) diff --git a/docs/sphinx/_static/css/phoenix.css b/docs/sphinx/_static/css/phoenix.css index 1fad634e..0086a0f6 100644 --- a/docs/sphinx/_static/css/phoenix.css +++ b/docs/sphinx/_static/css/phoenix.css @@ -723,3 +723,14 @@ tt { .myactive {background-color: rgb(230, 230, 230); background-position: 0 5px;} +p.mybiglink a.mybiglink { + font-size: 1.2em; + color: #355f7c; + text-decoration: none; + +} + +table.contentstable p.mybiglink { + line-height: 150%; +} + diff --git a/docs/sphinx/_templates/layout.html b/docs/sphinx/_templates/layout.html index 68f7af14..76db1973 100644 --- a/docs/sphinx/_templates/layout.html +++ b/docs/sphinx/_templates/layout.html @@ -1,7 +1,7 @@ {% extends "basic/layout.html" %} {%- set render_sidebar = (not embedded) and (not theme_nosidebar|tobool) - and (sidebars != []) and (pagename != 'index') %} + and (sidebars != []) %} {% macro phoenixsidebar() %} {%- if render_sidebar %}{{ sidebar() }}{%- endif %} @@ -30,9 +30,9 @@

{{ _('Navigation') }}