[rhinstaller/blivet/pulls/128 master] Include automatic and manual test documentation.

mulkieran installerbot-noreply at redhat.com
Fri May 29 13:35:19 UTC 2015


> @@ -0,0 +1,12 @@
> +import os
> +import sys
> +sys.path.append(os.path.abspath('..'))
> +
> +from ..conf import *
> +
> +sys.path.insert(0, os.path.abspath('../..'))
> +
> +for ext in ['sphinx.ext.inheritance_diagram', 'sphinx.ext.graphviz']:
> +    extensions.append(ext)

```extensions.extend(('sphinx.ext.inheritance_diagram', 'sphinx.ext.graphviz'))``` is probably better.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/128#discussion_r31324170


More information about the anaconda-patches mailing list