diff --git a/doc/api/index.rst b/doc/api/index.rst index fd88a13..42719a9 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -10,10 +10,11 @@ Intro .. toctree:: :maxdepth: 1 - :caption: Getting Started + :caption: Pybricks :hidden: - startinstall + Home Page + Downloads .. toctree:: :maxdepth: 1 diff --git a/doc/api/startinstall.rst b/doc/api/startinstall.rst deleted file mode 100644 index 910c227..0000000 --- a/doc/api/startinstall.rst +++ /dev/null @@ -1,3 +0,0 @@ -Intro -=================== - diff --git a/doc/common/conf.py b/doc/common/conf.py index 7019c43..0031b71 100644 --- a/doc/common/conf.py +++ b/doc/common/conf.py @@ -156,6 +156,7 @@ html_context = { # html_theme_options = { 'style_external_links': True, + 'logo_only': True, } # Add any paths that contain custom static files (such as style sheets) here,