From 6a99f68658ad9feda82db0b37950a966fdc01fc5 Mon Sep 17 00:00:00 2001 From: Vincent Leroy Date: Thu, 28 Jan 2021 18:04:34 +0100 Subject: [PATCH] Small docs update --- docs/conf.py | 3 ++- docs/rst/dev.rst | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 751d244..da3c384 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,7 +100,8 @@ def find_version(*file_paths): # Logo html_theme_options = { - "sidebar_hide_name": True, + "navigation_with_keys": True, + "sidebar_hide_name": False, "light_logo": "pinttrs_logo_dark.svg", "dark_logo": "pinttrs_logo_light.svg", } diff --git a/docs/rst/dev.rst b/docs/rst/dev.rst index 39694ac..5c03a4a 100644 --- a/docs/rst/dev.rst +++ b/docs/rst/dev.rst @@ -95,8 +95,8 @@ Dependency management (Pip) make pip-init -Distributing to PyPI --------------------- +Publishing +---------- *I want to ...*