readthedocs / sphinx-notfound-page

Create a custom 404 page with absolute URLs hardcoded
https://sphinx-notfound-page.readthedocs.io/
MIT License
49 stars 32 forks source link

Clarify: is extension safe for parallel reading? #41

Closed acozine closed 5 years ago

acozine commented 5 years ago

When I run make webdocs I see this warning:

WARNING: the notfound.extension extension does not declare if it is safe for parallel reading, assuming it isn't - please ask the extension author to check and make it explicit
WARNING: doing serial read

Python version: 3.7.3 Sphinx version: 1.7.9

acozine commented 5 years ago

This is a blocker for us, as our CI system fails on any Sphinx warning.