Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: app.info() is now deprecated. Use sphinx.util.logging instead. #49

Closed
niklibrato opened this issue Sep 6, 2019 · 4 comments
Closed

Comments

@niklibrato
Copy link

It's probably not a big deal but I get this warning now running Sphinx v1.8.5. Should I be concerned?

/deploy/sphinxext/sphinx_tabs/tabs.py:250: RemovedInSphinx20Warning: app.info() is now deprecated. Use sphinx.util.logging instead.
  app.info('Copying tabs assets... ', nonl=True)
Copying tabs assets... /deploy/sphinxext/sphinx_tabs/tabs.py:263: RemovedInSphinx20Warning: app.info() is now deprecated. Use sphinx.util.logging instead.
  app.info('done')
done
@djungelorm
Copy link
Collaborator

It shouldn't cause any issues. I'll update it to use the new API in the next version which will make this warning go away.

@djungelorm
Copy link
Collaborator

Which version of sphinx tabs are you using? Looks like this is already fixed in version 1.1.12

@lasofivec
Copy link

If @niklibrato had the same issue as me, he installed sphinx-tabs with conda:

https://anaconda.org/tiledb/sphinx-tabs

which downloads an old version of sphinx-tabs (v1.1.7)

@chrisjsewell
Copy link
Member

Closing this as it has indeed been fixed, but I'll also release sphinx-tabs on conda-forge at some point (see #78)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants