We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a39b9b commit 152fa47Copy full SHA for 152fa47
1 file changed
README.rst
@@ -51,7 +51,7 @@ Just run this ``pip`` command insider your virtualenv::
51
Then in your ``conf.py`` you have to add ``versionwarning`` in the ``extensions`` list. Should be similar to::
52
53
extensions = [
54
- 'versionwarning',
+ 'versionwarning.extension',
55
]
56
57
0 commit comments