Skip to content

Commit

Permalink
add sphinx dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Nov 10, 2022
1 parent f4f450a commit aabebc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def local_version(version):
"citrine": ["citrination-client"],
"dev": [
"pytest", "pytest-cov", "coverage", "coveralls",
"flake8", "black", "pylint"
"flake8", "black", "pylint", "sphinx"
]
}
tests_require = [r for v in extras_require.values() for r in v]
Expand Down

0 comments on commit aabebc3

Please sign in to comment.