Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Este repositório está arquivado. Você pode visualizar os arquivos e realizar clone, mas não poderá realizar push nem abrir issues e pull requests.
 
 
 
 
 
 

28 linhas
576 B

  1. project = "Programmation en Python"
  2. copyright = "2020, Dimitri Merejkowsky"
  3. author = "Dimitri Merejkowsky"
  4. version = "0.3"
  5. language = "fr"
  6. templates_path = ["_templates"]
  7. exclude_patterns = []
  8. keep_warnings = True
  9. extensions = [
  10. "notfound.extension",
  11. ]
  12. notfound_context = {
  13. "title": "Page non trouvée",
  14. "body": "<h1>Page non trouvée</h1>",
  15. }
  16. notfound_urls_prefix = "/python/"
  17. html_show_sourcelink = False
  18. html_theme = "agogo"
  19. # Don't use default "<project> <version> documentation"
  20. html_title = project
  21. html_static_path = ["_static"]
  22. html_use_index = False