Skip to content

Commit 122e9da

Browse files
authored
Update conf.py
1 parent 00746ab commit 122e9da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# -- Project information -----------------------------------------------------
2121

22-
project = 'haskell-language-server'
22+
project = 'dataframe'
2323

2424
# We want to take some of the metadata from the Cabal file, especially the version.
2525
# (otherwise it's very easy to forget to update it!)
@@ -29,7 +29,7 @@
2929
versionPattern = re.compile("^version:\s*([\d.]+)")
3030
copyrightPattern = re.compile("^copyright:\s*(.+)")
3131
authorPattern = re.compile("^author:\s*(.+)")
32-
for i, line in enumerate(open('../haskell-language-server.cabal')):
32+
for i, line in enumerate(open('../dataframe.cabal')):
3333
versionMatch = re.search(versionPattern, line)
3434
if versionMatch:
3535
release = versionMatch.group(1)
@@ -67,7 +67,7 @@
6767
# List of patterns, relative to source directory, that match files and
6868
# directories to ignore when looking for source files.
6969
# This pattern also affects html_static_path and html_extra_path.
70-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
70+
exclude_patterns = ['_build']
7171

7272

7373
# -- Options for HTML output -------------------------------------------------

0 commit comments

Comments
 (0)