Skip to content

Commit a7d28b3

Browse files
committed
📝 Prettify docs/conf.py
1 parent 642619e commit a7d28b3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/conf.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_version():
3333
# -- Project information -----------------------------------------------------
3434

3535
project = 'scikit-uplift'
36-
author = 'Maksim Shevchenko'
36+
author = 'Maksim Shevchenko and Contributors'
3737
copyright = "{}, {}".format(datetime.datetime.now().year, author)
3838

3939
# The full version, including alpha/beta/rc tags
@@ -46,8 +46,11 @@ def get_version():
4646
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4747
# ones.
4848
extensions = [
49-
"sphinx.ext.autodoc", "sphinx.ext.viewcode", "sphinx.ext.mathjax", "sphinx.ext.napoleon",
50-
"recommonmark"
49+
"sphinx.ext.autodoc",
50+
"sphinx.ext.viewcode",
51+
"sphinx.ext.mathjax",
52+
"sphinx.ext.napoleon",
53+
"recommonmark",
5154
]
5255

5356
master_doc = 'index'
@@ -58,7 +61,7 @@ def get_version():
5861
# List of patterns, relative to source directory, that match files and
5962
# directories to ignore when looking for source files.
6063
# This pattern also affects html_static_path and html_extra_path.
61-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
64+
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'Readme.rst']
6265

6366

6467
# -- Options for HTML output -------------------------------------------------

0 commit comments

Comments
 (0)