From ecb754cd6dddbfa018a6dc8def8dc8b0bcefbc5a Mon Sep 17 00:00:00 2001 From: Kwankyu Lee Date: Tue, 30 Jul 2024 21:36:10 +0900 Subject: [PATCH] Treat greek docs --- src/doc/el/a_tour_of_sage/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/doc/el/a_tour_of_sage/conf.py b/src/doc/el/a_tour_of_sage/conf.py index f451fdf5ab8..5548c31525e 100644 --- a/src/doc/el/a_tour_of_sage/conf.py +++ b/src/doc/el/a_tour_of_sage/conf.py @@ -20,6 +20,12 @@ # contains common paths. html_static_path = [] + html_common_static_path +# Add small view/edit buttons. +html_theme_options.update({ + 'source_view_link': os.path.join(source_repository, f'blob/develop/src/doc/el/a_tour_of_sage', '{filename}'), + 'source_edit_link': os.path.join(source_repository, f'edit/develop/src/doc/el/a_tour_of_sage', '{filename}'), +}) + # General information about the project. project = 'Περιήγηση στο Sage' name = 'a_tour_of_sage'