Skip to content

Commit

Permalink
- remove unused dependency on repoze.sphinx.autointerface
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 21, 2021
1 parent f810ba8 commit 79d9839
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'repoze.sphinx.autointerface',
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.todo',
Expand Down
1 change: 0 additions & 1 deletion requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
repoze.sphinx.autointerface
Zope
ZConfig==3.5.0
tempstorage
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def _read_file(filename):
'docs': [
'Sphinx < 4',
'sphinx_rtd_theme',
'repoze.sphinx.autointerface',
'tempstorage',
],
'wsgi': [
Expand Down
1 change: 0 additions & 1 deletion versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ pyparsing = 2.4.7
python-gettext = 4.0
# readme-renderer 29 and up require Python 3
readme-renderer = 28.0
repoze.sphinx.autointerface = 0.8
requests = 2.25.1
requests-toolbelt = 0.9.1
scandir = 1.10.0
Expand Down

0 comments on commit 79d9839

Please sign in to comment.