From ae41ea3b6ca193e4d99f93da0ec73efaab2456c6 Mon Sep 17 00:00:00 2001 From: Matti Picus Date: Tue, 2 Feb 2021 10:42:59 +0200 Subject: [PATCH] add some submenus --- conf.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index c1554762..c3913ce0 100644 --- a/conf.py +++ b/conf.py @@ -152,7 +152,16 @@ ), ('/download.html', 'Download'), ('http://doc.pypy.org', 'Dev Documentation'), - ('/blog', 'Blog'), + ( + ( + ('/blog', 'Index'), + ('/categories', 'Tags'), + ('/archive.html', 'Archive by year'), + ('https://morepypy.blogspot.com/', 'Old site'), + ), + 'Blog', + ), + ( ( ('/people.html', 'People'),