File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
project = 'MaCh3-PythonUtils'
24
24
copyright = '2024, MaCh3'
25
25
author = 'MaCh3'
26
-
27
26
# The full version, including alpha/beta/rc tags
28
- release = 'v1.0.1 '
27
+ release = 'v1.1.0 '
29
28
30
29
31
30
# -- General configuration ---------------------------------------------------
48
47
# This pattern also affects html_static_path and html_extra_path.
49
48
exclude_patterns = ['_build' , 'Thumbs.db' , '.DS_Store' ]
50
49
50
+ add_module_names = False
51
51
52
52
# -- Options for HTML output -------------------------------------------------
53
53
59
59
# Add any paths that contain custom static files (such as style sheets) here,
60
60
# relative to this directory. They are copied after the builtin static files,
61
61
# so a file named "default.css" will overwrite the builtin "default.css".
62
- html_static_path = ['_static' ]
62
+ html_static_path = ['_static' ]
You can’t perform that action at this time.
0 commit comments