UCL-ARC / python-tooling

Python package template for new research software projects
http://github-pages.arc.ucl.ac.uk/python-tooling/
MIT License
27 stars 2 forks source link

Enable `show_submodules` option in MkDocs config #379

Closed matt-graham closed 3 weeks ago

matt-graham commented 3 weeks ago

Fixes #365

Enables plugins.mkdocstrings.handlers.python.options.show_submodules option in mkdocs.yml configuration file for template so that submodules of the top-level package are included in autogenerated API reference documentation by default.