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
python -m sphinx.cmd.build -qnNW docs docs/_build/html also generates some problems:
Warning, treated as error:error while formatting signature for invenio_cache.proxies.current_cache: Handler <function record_typehints at 0x104db0a60> for event 'autodoc-process-signature' threw an exception (exception: Working outside of application context.This typically means that you attempted to use functionality that neededto interface with the current application object in some way. To solvethis, set up an application context with app.app_context(). See thedocumentation for more information.)
Commenting out pylibmc installation and Sphinx build, all unit tests pass successfully.
The text was updated successfully, but these errors were encountered:
https://github.com/inveniosoftware/invenio-cache/pull/17/checks?check_run_id=1524244138
python -m sphinx.cmd.build -qnNW docs docs/_build/html
also generates some problems:Commenting out
pylibmc
installation and Sphinx build, all unit tests pass successfully.The text was updated successfully, but these errors were encountered: