diff --git a/sphinx_git/__init__.py b/sphinx_git/__init__.py index 958e189..b639e76 100644 --- a/sphinx_git/__init__.py +++ b/sphinx_git/__init__.py @@ -42,6 +42,7 @@ class GitCommitDetail(GitDirectiveBase): 'untracked': bool, 'sha_length': int, 'no_github_link': bool, + 'repo-dir': six.text_type, } # pylint: disable=attribute-defined-outside-init