Commit 463fc5af authored by Jan-Jaap Driessen's avatar Jan-Jaap Driessen

The j1m.sphinxautointerface dependency can be dropped, the functionality is...

The j1m.sphinxautointerface dependency can be dropped, the functionality is now in https://pypi.org/project/sphinxcontrib-zopeext
parent 14e73eb3
...@@ -63,8 +63,9 @@ eggs = ...@@ -63,8 +63,9 @@ eggs =
${sphinx_egg:eggs} ${sphinx_egg:eggs}
docutils docutils
ZODB ZODB
j1m.sphinxautointerface sphinxcontrib_zopeext
j1m.sphinxautozconfig j1m.sphinxautozconfig
sphinx_rtd_theme
scripts = scripts =
sphinx-build sphinx-build
interpreter = stxpy interpreter = stxpy
...@@ -38,7 +38,7 @@ extensions = [ ...@@ -38,7 +38,7 @@ extensions = [
'sphinx.ext.doctest', 'sphinx.ext.doctest',
'sphinx.ext.intersphinx', 'sphinx.ext.intersphinx',
'sphinx.ext.viewcode', 'sphinx.ext.viewcode',
'j1m.sphinxautointerface', 'sphinxcontrib.zopeext.autointerface',
'j1m.sphinxautozconfig', 'j1m.sphinxautozconfig',
] ]
...@@ -126,7 +126,7 @@ html_logo = 'zodb.png' ...@@ -126,7 +126,7 @@ html_logo = 'zodb.png'
# The name of an image file (within the static path) to use as favicon of the # The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large. # pixels large.
html_favicon = 'zodb.ico' html_favicon = '.static/zodb.ico'
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files,
......
...@@ -3,6 +3,6 @@ Sphinx ...@@ -3,6 +3,6 @@ Sphinx
pygments<2.6 pygments<2.6
docutils docutils
ZODB ZODB
j1m.sphinxautointerface sphinxcontrib_zopeext
j1m.sphinxautozconfig j1m.sphinxautozconfig
sphinx_rtd_theme sphinx_rtd_theme
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment