get_project_content_commit_date¶
- 
documenteer.sphinxconfig.utils.get_project_content_commit_date(root_dir='.', exclusions=None)¶ Get the datetime for the most recent commit to a project that affected Sphinx content.
Content is considered any file with one of these extensions:
rst(README.rst and LICENSE.rst are excluded)ipynbpngjpegjpgsvggif
This function allows project infrastructure and configuration files to be updated without changing the timestamp.
- Parameters
 - Returns
 - commit_date
datetime.datetime Datetime of the most recent content commit.
- commit_date
 - Raises
 - RuntimeError
 Raised if no content files are found.