Sphinx 7 & python 3.11 support
This commit is contained in:
parent
03d89535d1
commit
32fe1173b8
1 changed files with 7 additions and 4 deletions
|
@ -124,7 +124,7 @@ html_theme_options = {
|
|||
('solid', 'receipt', 'TVA BE0756741342', 'https://kbopub.economie.fgov.be/kbopub/toonondernemingps.html?ondernemingsnummer=756741342', False),
|
||||
('solid', 'books', 'KBR Éditeur 15066', 'https://www.kbr.be', False),
|
||||
('brands', 'mastodon', 'mastodon', 'https://tiphon.nerv-project.eu/@nerv_project', True),
|
||||
('solid', 'mug-hot', 'gitea', 'https://procrastinator.nerv-project.eu/nerv-project', True),
|
||||
('solid', 'mug-hot', 'forgejo', 'https://procrastinator.nerv-project.eu/nerv-project', True),
|
||||
('solid', 'hashtag', 'xmpp', 'xmpp:asbl@clac.nerv-project.eu', True),
|
||||
('regular', 'comments', 'movim', 'https://clac.nerv-project.eu/', False),
|
||||
('solid', 'film', 'peertube', 'https://clap.nerv-project.eu/video-channels/kujiu_channel/videos', False),
|
||||
|
@ -165,10 +165,13 @@ html_static_path = ['_static']
|
|||
html_sidebars = {
|
||||
'**': [
|
||||
'about.html',
|
||||
'postcard.html', 'util/sidetoc.html',
|
||||
'recentposts.html', 'tagcloud.html',
|
||||
'categories.html', 'archives.html',
|
||||
'social.html',
|
||||
'ablog/postcard.html',
|
||||
'util/sidetoc.html',
|
||||
'ablog/recentposts.html',
|
||||
'ablog/categories.html',
|
||||
'ablog/tagcloud.html',
|
||||
'ablog/archives.html',
|
||||
'util/searchbox.html',
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue