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:
Artem Goncharov 2022-03-30 10:18:25 +02:00 committed by GitHub
parent cb76aa8c14
commit 7ea7ce0661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,2 @@
[html writers]
table-style: table, caption-top

View File

@ -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
View File

@ -0,0 +1,2 @@
[html writers]
table-style: table, caption-top