find_table_file#

documenteer.stackdocs.pkgdiscovery.find_table_file(root_project_dir)#

Find the EUPS table file for a project.

Parameters:

root_project_dir (str or pathlib.Path) – Path to the root directory of the main documentation project. This is the directory containing the conf.py file and a ups directory.

Returns:

table_path – Path to the EUPS table file.

Return type:

pathlib.Path