We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34374e commit f1700d8Copy full SHA for f1700d8
_config.yml
@@ -5,6 +5,7 @@
5
title: Learning Machine Learning with Lorenz-96
6
author: The M<sup>2</sup>LInES Community
7
logo: newlogo.png
8
+copyright: "MIT for code, CC-BY for text and figures"
9
10
exclude_patterns: ['env/*', '_build/*']
11
only_build_toc_files: true
@@ -40,6 +41,7 @@ sphinx:
40
41
config:
42
bibtex_reference_style: author_year
43
nb_merge_streams: true
44
+ html_show_copyright: true
45
html_theme_options:
46
# title of the notebook
47
logo:
0 commit comments