forked from docs/modelarts
update to latest setuptools + apply BS .table style (#17)
update to latest setuptools + apply BS .table style update to latest setuptools workaround apply .table and .caption-top to the HTML tables so that Bootstrap styling can be used Reviewed-by: kucerakk <kucerakk@gmail.com>
This commit is contained in:
parent
cb76aa8c14
commit
7ea7ce0661
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(
|
||||
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