mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-26 18:20:22 +01:00
docs
This commit is contained in:
parent
9effdff4c3
commit
bda66f00c3
@ -331,7 +331,7 @@ f.close()
|
||||
|
||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.imgmath', 'sphinx.ext.inheritance_diagram', 'sphinx.ext.graphviz', 'sphinx.ext.viewcode']
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.pngmath', 'sphinx.ext.inheritance_diagram', 'sphinx.ext.graphviz', 'sphinx.ext.viewcode']
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
@ -54,6 +54,10 @@ sys.exit(status)
|
||||
|
||||
@taskgen_method
|
||||
def handle_ut_cwd(self, key):
|
||||
"""
|
||||
Task generator method, used internally to limit code duplication.
|
||||
This method may disappear anytime.
|
||||
"""
|
||||
cwd = getattr(self, key, None)
|
||||
if cwd:
|
||||
if isinstance(cwd, str):
|
||||
|
Loading…
x
Reference in New Issue
Block a user