Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Support Sphinx 2+ #55

Closed
oberstet opened this issue Apr 1, 2019 · 2 comments
Closed

Support Sphinx 2+ #55

oberstet opened this issue Apr 1, 2019 · 2 comments

Comments

@oberstet
Copy link

oberstet commented Apr 1, 2019

sphinxcontrib-images has sphinx>=1.1.3,<2 as dependency - but as sphinx 2.0.0 has recently been released (03/28), this broke our builds - version conflict, as we install sphinx with open ended version currently.

@t-b t-b mentioned this issue Jun 8, 2019
@ukos-git
Copy link

I would also love if this PR could be accepted soon as I'm getting the incompatibility warning in sphinxcontrib-images-0.8.0 using python3.

Start sphinx-build
/usr/local/lib/python3.7/dist-packages/sphinxcontrib/images.py:320: RemovedInSphinx20Warning: app.info() is now deprecated. Use sphinx.util.logging instead.
  app.info('Initiated sphinxcontrib-images backend: ', nonl=True)
/usr/local/lib/python3.7/dist-packages/sphinxcontrib/images.py:322: RemovedInSphinx20Warning: app.info() is now deprecated. Use sphinx.util.logging instead.
  ':' + backend.__class__.__name__)))
^C
interrupted!

@spinus
Copy link
Owner

spinus commented Jan 19, 2020

I'm not maintaining this repo anymore. People from sphinx-contrib are taking care of it now as repo was moved to https://github.com/sphinx-contrib/images.
I'm closing this ticket, if you feel that this issue still exist, please report in its new home on https://github.com/sphinx-contrib/images.

@spinus spinus closed this as completed Jan 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants