Skip to content

Commit

Permalink
Add missed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Mar 14, 2024
1 parent 3528ba8 commit 918ff5c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/doc/ca/intro/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
# contains common paths.
html_static_path = [] + html_common_static_path

# Add a small edit button.
html_theme_options.update({
'source_edit_link': os.path.join(source_repository, 'blob/develop/src/doc/ca/intro', '{filename}'),
})

# General information about the project.
project = "Introducció de Sage"

Expand Down
5 changes: 5 additions & 0 deletions src/doc/de/a_tour_of_sage/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
# contains common paths.
html_static_path = [] + html_common_static_path

# Add a small edit button.
html_theme_options.update({
'source_edit_link': os.path.join(source_repository, 'blob/develop/src/doc/de/a_tour_of_sage', '{filename}'),
})

# General information about the project.
project = "Ein Rundgang durch Sage"
name = "a_tour_of_sage"
Expand Down
5 changes: 5 additions & 0 deletions src/doc/de/thematische_anleitungen/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
# contains common paths.
html_static_path = [] + html_common_static_path

# Add a small edit button.
html_theme_options.update({
'source_edit_link': os.path.join(source_repository, 'blob/develop/src/doc/de/thematische_anleitungen', '{filename}'),
})

# General information about the project.
project = "Thematische Anleitungen"
name = 'ThematischeAnleitungen-de'
Expand Down
5 changes: 5 additions & 0 deletions src/doc/de/tutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
# contains common paths.
html_static_path = [] + html_common_static_path

# Add a small edit button.
html_theme_options.update({
'source_edit_link': os.path.join(source_repository, 'blob/develop/src/doc/de/tutorial', '{filename}'),
})

# General information about the project.
project = "Sage Tutorial"
name = 'SageTutorial-de'
Expand Down

0 comments on commit 918ff5c

Please sign in to comment.