Skip to content

Commit

Permalink
Fix #6380: sphinxcontrib-websupport doesn't work with Sphinx 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed May 19, 2019
1 parent 865f4dc commit 6501cf5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Release 1.2.0 (unreleased)
Release 1.1.2 (unreleased)
==========================

* #6380: sphinxcontrib-websupport doesn't work with Sphinx 2.0


Release 1.1.1 (2019-03-21)
==========================
Expand Down
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,10 @@ def get_version():
packages=find_packages(exclude=['tests']),
include_package_data=True,
extras_require=extras_require,
entry_points={
'sphinx.builders': [
'websupport = sphinxcontrib.websupport.builder:WebSupportBuilder',
],
},
namespace_packages=['sphinxcontrib'],
)

0 comments on commit 6501cf5

Please sign in to comment.