We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a432ffa commit 9b51fbdCopy full SHA for 9b51fbd
docs/conf.py
@@ -24,7 +24,7 @@
24
author = 'Isabel Paredes'
25
26
# The full version, including alpha/beta/rc tags
27
-release = '0.1.0'
+release = '0.2.0'
28
29
30
# -- General configuration ---------------------------------------------------
@@ -45,7 +45,7 @@
45
# List of patterns, relative to source directory, that match files and
46
# directories to ignore when looking for source files.
47
# This pattern also affects html_static_path and html_extra_path.
48
-exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
+exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'README.md']
49
50
master_doc = 'index'
51
0 commit comments