-
Notifications
You must be signed in to change notification settings - Fork 274
/
Copy pathconf.py
38 lines (37 loc) · 966 Bytes
/
conf.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.viewcode",
"autoapi.extension",
"myst_nb",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
]
templates_path = ["_templates"]
source_suffix = ".rst"
master_doc = "index"
project = "Grab"
copyright = "2015 – 2023, Gregory Petukhov"
version = "0.6.41"
release = "0.6.41"
exclude_patterns = []
pygments_style = "sphinx"
html_static_path = [] #'_static']
htmlhelp_basename = "Grabdoc"
latex_elements = {}
latex_documents = [
("index", "Grab.tex", "Grab Documentation", "Gregory Petukhov", "manual"),
]
man_pages = [("index", "grab", "Grab Documentation", ["Gregory Petukhov"], 1)]
texinfo_documents = [
(
"index",
"Grab",
"Grab Documentation",
"Gregory Petukhov",
"Grab",
"One line description of project.",
"Miscellaneous",
),
]
html_theme = "sphinx_rtd_theme"
autoapi_dirs = ["../grab"] # location to parse for API reference