Searched refs:config_file (Results 1 – 7 of 7) sorted by relevance
19 config_file = os.environ.get("SPHINX_CONF", None)20 if (config_file is not None22 config_file = os.path.abspath(config_file)25 start = config_file.find('Documentation/')27 start = config_file.find('/', start + 1)29 end = config_file.rfind('/')31 dir = config_file[start + 1:end]47 if os.path.isfile(config_file):48 sys.stdout.write("load additional sphinx-config: %s\n" % config_file)50 config['__file__'] = config_file[all …]
18 char *config_file; member
120 env_opts.config_file = CONFIG_FILE; in parse_common_args()128 env_opts.config_file = optarg; in parse_common_args()
47 .config_file = CONFIG_FILE1737 if (get_config(opts->config_file)) { in parse_config()1739 opts->config_file); in parse_config()
127 my @config_file = read_config;426 foreach my $line (@config_file) {599 foreach my $line (@config_file) {
63 bsettings.Setup(options.config_file)
Completed in 8 milliseconds