Skip to content

Commit 918ff5c

Browse files
committed
Add missed docs
1 parent 3528ba8 commit 918ff5c

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

src/doc/ca/intro/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
# contains common paths.
2121
html_static_path = [] + html_common_static_path
2222

23+
# Add a small edit button.
24+
html_theme_options.update({
25+
'source_edit_link': os.path.join(source_repository, 'blob/develop/src/doc/ca/intro', '{filename}'),
26+
})
27+
2328
# General information about the project.
2429
project = "Introducció de Sage"
2530

src/doc/de/a_tour_of_sage/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
# contains common paths.
2323
html_static_path = [] + html_common_static_path
2424

25+
# Add a small edit button.
26+
html_theme_options.update({
27+
'source_edit_link': os.path.join(source_repository, 'blob/develop/src/doc/de/a_tour_of_sage', '{filename}'),
28+
})
29+
2530
# General information about the project.
2631
project = "Ein Rundgang durch Sage"
2732
name = "a_tour_of_sage"

src/doc/de/thematische_anleitungen/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
# contains common paths.
2121
html_static_path = [] + html_common_static_path
2222

23+
# Add a small edit button.
24+
html_theme_options.update({
25+
'source_edit_link': os.path.join(source_repository, 'blob/develop/src/doc/de/thematische_anleitungen', '{filename}'),
26+
})
27+
2328
# General information about the project.
2429
project = "Thematische Anleitungen"
2530
name = 'ThematischeAnleitungen-de'

src/doc/de/tutorial/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
# contains common paths.
2121
html_static_path = [] + html_common_static_path
2222

23+
# Add a small edit button.
24+
html_theme_options.update({
25+
'source_edit_link': os.path.join(source_repository, 'blob/develop/src/doc/de/tutorial', '{filename}'),
26+
})
27+
2328
# General information about the project.
2429
project = "Sage Tutorial"
2530
name = 'SageTutorial-de'

0 commit comments

Comments
 (0)