forked from intel/pmem-csi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf.json
45 lines (45 loc) · 1.09 KB
/
conf.json
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
39
40
41
42
43
44
45
{
"author": "",
"copyright": "2021, Intel Corporation",
"exclude_patterns": [
"_output",
"Thumbs.db",
".DS_Store",
".tox",
"_work",
"deploy/kustomize",
"third-party",
"test/test-config.d",
"pkg/scheduler"
],
"extensions": [
"linkcheck2",
"recommonmark",
"sphinx_markdown_tables",
"sphinx_md",
"sphinx_copybutton"
],
"linkcheck_ignore": [
"https://intel.github.io/pmem-csi/1.0/",
".*cloudnative-k8sci.southcentralus.cloudapp.azure.com.*"
],
"linkcheck_anchors_ignore": [
"^!",
"^L[0-9]+-L[0-9]+$",
"^discussion_r[0-9]+$"
],
"tls_verify": false,
"copybutton_prompt_text": "$ ",
"html_theme": "sphinx_rtd_theme",
"project": "PMEM-CSI",
"templates_path": [
"_templates"
],
"html_copy_source": false,
"rst_epilog": ".. include:: /docs/substitutions.txt",
"source_suffix": {
".rst": "restructuredtext",
".md": "markdown"
},
"html_static_path":["docs/static"]
}