diff options
Diffstat (limited to 'sphinx_rtd_theme')
-rw-r--r-- | sphinx_rtd_theme/sphinx_rtd_theme.ini | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/sphinx_rtd_theme/sphinx_rtd_theme.ini b/sphinx_rtd_theme/sphinx_rtd_theme.ini new file mode 100644 index 0000000..92bfef5 --- /dev/null +++ b/sphinx_rtd_theme/sphinx_rtd_theme.ini @@ -0,0 +1,41 @@ +[package] +name : sphinx_rtd_theme +version : 0.1.9 + +[about] +home : https://pypi.python.org/packages/source/s/${package:name} +license : BSD +summary : ${package:name} + +[source] +fn : ${package:name}-${package:version}.tar.gz +url : ${about:home}/${fn} +md5 : 86a25c8d47147c872e42dc84cc66f97b + +[build] +number : 0 + +[requirements] +build : + sphinx + setuptools + python + +run : + sphinx + python + +[test] +imports : + sphinx_rtd_theme + +commands : + +[cbc_build] +linux : + python setup.py install || exit 1 + +windows : + python setup.py install + if errorlevel 1 exit 1 + |