Skip to content

Commit 552a870

Browse files
committed
Fix docs
1 parent c1efbf5 commit 552a870

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ check-manifest = "*"
2121
mypy = "*"
2222
docutils = "*"
2323
"flake8" = "*"
24-
sphinx = "*"
24+
sphinx = ">=1.3.0"
2525
sphinxcontrib-napoleon = "*"
2626
setuptools = ">=40.2.0"
2727
wheel = "*"

Pipfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# ones.
4343
extensions = [
4444
'sphinx.ext.autodoc',
45-
'sphinxcontrib.napoleon',
45+
'sphinx.ext.napoleon',
4646
'sphinx.ext.todo',
4747
]
4848

0 commit comments

Comments
 (0)