Skip to content

Commit 71fbe0c

Browse files
committed
added additional sphinx dependencies
1 parent b23f80f commit 71fbe0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def get_readme():
7575
# Sphinx for doc generation. Version 1.7.3 has a bug:
7676
'sphinx>=1.5, !=1.7.3',
7777
# Nice theme for docs
78-
'sphinx_rtd_theme',
78+
'sphinx_rtd_theme', 'sphinx_autodoc_typehints', 'sphinx_book_theme'
7979
],
8080
'dev': [
8181
# Flake8 for code style checking

0 commit comments

Comments
 (0)