comparison doc/conf.py @ 435:4b74e44900d2

Add .readthedocs.yaml
author Amine Sehili <amine.sehili@gmail.com>
date Wed, 30 Oct 2024 22:00:59 +0100
parents 08a7af37f2e9
children 2644f997b6e0
comparison
equal deleted inserted replaced
433:0f8f60771784 435:4b74e44900d2
13 # serve to show the default. 13 # serve to show the default.
14 14
15 import ast 15 import ast
16 import os 16 import os
17 import re 17 import re
18 import shlex
19 import sys 18 import sys
20 19
21 # If extensions (or modules to document with autodoc) are in another directory, 20 # If extensions (or modules to document with autodoc) are in another directory,
22 # add these directories to sys.path here. If the directory is relative to the 21 # add these directories to sys.path here. If the directory is relative to the
23 # documentation root, use os.path.abspath to make it absolute, like shown here. 22 # documentation root, use os.path.abspath to make it absolute, like shown here.
62 # The master toctree document. 61 # The master toctree document.
63 master_doc = "index" 62 master_doc = "index"
64 63
65 # General information about the project. 64 # General information about the project.
66 project = "auditok" 65 project = "auditok"
67 copyright = "2015-2021, Amine Sehili" 66 copyright = "2015-2024, Amine Sehili"
68 author = "Amine Sehili" 67 author = "Amine Sehili"
69 68
70 # The version info for the project you're documenting, acts as replacement for 69 # The version info for the project you're documenting, acts as replacement for
71 # |version| and |release|, also used in various other places throughout the 70 # |version| and |release|, also used in various other places throughout the
72 # built documents. 71 # built documents.