Skip to content

Commit 8216391

Browse files
Update conf.py
1 parent a2c1166 commit 8216391

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
project = 'MaCh3-PythonUtils'
2424
copyright = '2024, MaCh3'
2525
author = 'MaCh3'
26-
2726
# The full version, including alpha/beta/rc tags
28-
release = 'v1.0.1'
27+
release = 'v1.1.0'
2928

3029

3130
# -- General configuration ---------------------------------------------------
@@ -48,6 +47,7 @@
4847
# This pattern also affects html_static_path and html_extra_path.
4948
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
5049

50+
add_module_names = False
5151

5252
# -- Options for HTML output -------------------------------------------------
5353

@@ -59,4 +59,4 @@
5959
# Add any paths that contain custom static files (such as style sheets) here,
6060
# relative to this directory. They are copied after the builtin static files,
6161
# so a file named "default.css" will overwrite the builtin "default.css".
62-
html_static_path = ['_static']
62+
html_static_path = ['_static']

0 commit comments

Comments
 (0)