Ver a proveniência

Small hack to display the CCY BY info

master
Dimitri Merejkowsky há 3 anos
ascendente
cometimento
1eb5623f5a
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 6BF3C7EA7C2D64EC
1 ficheiros alterados com 4 adições e 1 eliminações
  1. +4
    -1
      cours/source/conf.py

+ 4
- 1
cours/source/conf.py Ver ficheiro

@@ -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 "<project> <version> documentation"
html_title = project