update to the latest base structure (#1)
update to the latest base structure Reviewed-by: kucerakk <kucerakk@gmail.com>
This commit is contained in:
parent
b0ac59563c
commit
27c70cd73d
2
api-ref/source/docutils.conf
Normal file
2
api-ref/source/docutils.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[html writers]
|
||||||
|
table-style: table, caption-top
|
3
setup.py
3
setup.py
@ -15,4 +15,5 @@ import setuptools
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
setup_requires=['pbr>=2.0.0'],
|
setup_requires=['pbr>=2.0.0'],
|
||||||
pbr=True)
|
pbr=True,
|
||||||
|
py_modules=[])
|
||||||
|
2
umn/source/docutils.conf
Normal file
2
umn/source/docutils.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[html writers]
|
||||||
|
table-style: table, caption-top
|
Loading…
x
Reference in New Issue
Block a user