vovkos / doxyrest

A compiler from Doxygen XML to reStructuredText -- hence, the name. It parses XML databases generated by Doxygen and produces reStructuredText for the Python documentation generator Sphinx.
MIT License
306 stars 23 forks source link

WARNING: the doxyrest 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 #28

Closed andreyizrailev closed 4 years ago

andreyizrailev commented 4 years ago

Hello, Could you please fix it? I think you might want to check this: https://www.sphinx-doc.org/en/stable/extdev/index.html#extension-metadata

vovkos commented 4 years ago

Good point.

This commit adds metadata for Doxyrest extensions marking them safe for parallel-read/write -- which should take care of the warning.

Double-check if it works for you, and if it does, please close the issue.

andreyizrailev commented 4 years ago

It works fine, thanks! When do you plan to make a new release?