Skip to content

Commit

Permalink
remove unused Sphinx dependency (#968)
Browse files Browse the repository at this point in the history
... which even broke the build process for documentation.

This fixes #967.
  • Loading branch information
jugmac00 committed May 10, 2021
1 parent 2a3ed19 commit 0f02ffd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Expand Up @@ -38,7 +38,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
@@ -1,4 +1,3 @@
repoze.sphinx.autointerface
Zope
ZConfig==3.5.0
tempstorage
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -129,7 +129,6 @@ def _read_file(filename):
'docs': [
'Sphinx',
'sphinx_rtd_theme',
'repoze.sphinx.autointerface',
'tempstorage',
],
'wsgi': [
Expand Down

0 comments on commit 0f02ffd

Please sign in to comment.