Skip to content

Commit 6acc7db

Browse files
labarbaatrisovic
authored andcommitted
Update _config.yml
I believe this change will show the license information correctly in the footer
1 parent 53d1687 commit 6acc7db

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tutorial-content/_config.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ html:
1616
use_issues_button: true
1717
use_edit_page_button: true
1818
favicon: content/images/favicon.png
19+
extra_footer: |
20+
<p>
21+
&copy; 2020 - This work is licensed under CC-BY-SA-4.0 <br>
22+
</p>
23+
sphinx:
24+
config:
25+
html_show_copyright: false
1926

2027
parse:
2128
myst_enable_extensions:
@@ -31,4 +38,4 @@ parse:
3138
- substitution
3239

3340
execute:
34-
execute_notebooks: "off"
41+
execute_notebooks: "off"

0 commit comments

Comments
 (0)