From 1eb5623f5a72c6858aef563c70c7daf928083669 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Wed, 20 Jan 2021 13:12:22 +0100 Subject: [PATCH] Small hack to display the CCY BY info --- cours/source/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cours/source/conf.py b/cours/source/conf.py index 2d10360..dafc6ec 100644 --- a/cours/source/conf.py +++ b/cours/source/conf.py @@ -1,10 +1,12 @@ project = "Programmation en Python" copyright = "2020, Dimitri Merejkowsky" -author = "Dimitri Merejkowsky" +author = "Dimitri Merejkowsky - Contenu placé sous licence CC BY 4.0" version = "0.3" language = "fr" +copyright = "CC BY 4.0" + templates_path = ["_templates"] exclude_patterns = [] keep_warnings = True @@ -20,6 +22,7 @@ notfound_context = { notfound_urls_prefix = "/python/" html_show_sourcelink = False +html_show_copyright = False html_theme = "sphinx_book_theme" # Don't use default " documentation" html_title = project