Skip to content

Make sphinx-build ignore .pc directory

The quilt patch management tool might create the '.pc' directory during the package build process. In case that '.rst' files are patched by quilt, they end up in '.pc' as well. A sphinxdoc recusively scans the sources for '.rst' files, this causes unwanted behaviour. This patch adds '.pc' to the list of excluded patterns.

Fixes: #403 (closed)

Merge request reports