ntd2d_action.files.borgedconffile

Classes

class ntd2d_action.files.borgedconffile.BorgedConfFile(source_dir, config, original_docs)

Bases: ConfFile

Sphinx configuration file that overlays the html theme.

property html_theme

html_theme Sphinx configuration value.

property html_theme_path

html_theme_path Sphinx configuration value.

property language

language Sphinx configuration value.

property project

project Sphinx configuration value.

read()

Evaluate Sphinx configuration values.

The Sphinx docs says that it reads conf.py with importlib.import_module(). It doesn’t.

Returns:

namespace – Configuration values.

Return type:

dict