You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this theme in versions of Sphinx since about 1.5 emits the following warning:
Running Sphinx v1.8.5
sphinxjp/themes/basicstrap/directives.py:36: RemovedInSphinx20Warning:
app.info() is now deprecated. Use sphinx.util.logging instead.
In version 2.0 and above of Sphinx, this theme does not build at all:
Running Sphinx v2.0.1
Exception occurred:
File "sphinxjp/themes/basicstrap/directives.py", line 36, in setup
app.info('Initializing Basicstrap theme directives')
AttributeError: 'Sphinx' object has no attribute 'info'
The text was updated successfully, but these errors were encountered:
Using this theme in versions of Sphinx since about 1.5 emits the following warning:
In version 2.0 and above of Sphinx, this theme does not build at all:
The text was updated successfully, but these errors were encountered: