Lines Matching full:env
196 def doxygen_input_has_changed(env: BuildEnvironment, doxyfile: str) -> bool:
200 env: Sphinx build environment instance.
228 if hasattr(env, "doxyrunner_cache") and env.doxyrunner_cache == cache:
232 env.doxyrunner_cache = cache
364 app.env.doxygen_input_changed = doxygen_input_has_changed(app.env, doxyfile)
365 if not app.env.doxygen_input_changed:
383 app.add_config_value("doxyrunner_doxygen", "doxygen", "env")
384 app.add_config_value("doxyrunner_doxyfile", None, "env")
385 app.add_config_value("doxyrunner_outdir", None, "env")
386 app.add_config_value("doxyrunner_outdir_var", None, "env")
387 app.add_config_value("doxyrunner_fmt", False, "env")
388 app.add_config_value("doxyrunner_fmt_vars", {}, "env")
389 app.add_config_value("doxyrunner_fmt_pattern", "@{}@", "env")