Skip to content

Commit

Permalink
doc: start using furo theme
Browse files Browse the repository at this point in the history
  • Loading branch information
pckhoi committed Sep 1, 2021
1 parent 300b2d6 commit 23a32a3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions datamatch/matchers.py
Expand Up @@ -21,6 +21,9 @@


class ContinueOuter(Exception):
"""
:meta private:
"""
pass


Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -59,7 +59,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = 'furo'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Expand Up @@ -3,4 +3,5 @@ pandas==1.2
python-Levenshtein==0.12
Unidecode==1.1
tqdm==4.61.1
Sphinx==4.1.2
Sphinx==4.1.2
furo==2021.8.31
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = datamatch
version = 0.1.8
version = 0.1.9
author = Khoi Pham
author_email = pckhoi@gmail.com
description = Data matching utilities
Expand Down

0 comments on commit 23a32a3

Please sign in to comment.