File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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!)
2929versionPattern = re .compile ("^version:\s*([\d.]+)" )
3030copyrightPattern = re .compile ("^copyright:\s*(.+)" )
3131authorPattern = 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 )
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 -------------------------------------------------
You can’t perform that action at this time.
0 commit comments