ntd2d_action.files.conffile

Classes

class ntd2d_action.files.conffile.ConfFile(source_dir)

Bases: File

Sphinx configuration file.

property configuration

Text of configuration file.

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