Skip to content
Advertisement

Tag: exclusionpath

Python Sphinx exclude patterns

I’m generating documentation with Sphinx for project with structure like this : I want to exclude tests, and workflow/definition from documentation. I tried exclude pattern in docs/conf.py But even though workflow/definitions are still automatically generated. Could someone show me correct exclude pattern how to ignore ‘definitions’ folder ? Answer exclude_patterns can be used to exclude source files (reStructuredText files) from

Advertisement