File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,13 @@ build:
16
16
# Build documentation in the docs/ directory with Sphinx
17
17
sphinx :
18
18
configuration : docs/conf.py
19
+ fail_on_warning : true
19
20
20
21
# If using Sphinx, optionally build your docs in additional formats such as PDF
21
22
# formats:
22
23
# - pdf
23
24
24
25
# Optionally declare the Python requirements required to build your docs
25
26
python :
26
- install :
27
- - requirements : docs/requirements.txt
27
+ install :
28
+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change 38
38
version = __version__
39
39
release = version
40
40
41
+
41
42
################################################################################
42
- # General configuration
43
- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
43
+ # Extensions
44
44
################################################################################
45
45
46
46
extensions = [
57
57
"sphinxarg.ext" ,
58
58
]
59
59
60
- templates_path = ["_templates" ]
61
- exclude_patterns = ["_build" , "weblinks.rst" ]
62
-
63
- language = "en"
64
-
65
60
################################################################################
66
61
# Extensions Configuration
67
62
################################################################################
72
67
# If you don't add this, todos don't appear
73
68
todo_include_todos = True
74
69
70
+ ################################################################################
71
+ # General configuration
72
+ # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
73
+ ################################################################################
74
+
75
+ templates_path = ["_templates" ]
76
+ exclude_patterns = ["_build" , "weblinks.rst" ]
77
+ language = "en"
78
+
75
79
################################################################################
76
80
# HTML
77
81
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
You can’t perform that action at this time.
0 commit comments