Commit 445af11b authored by Guoxin's avatar Guoxin Committed by QuanluZhang
Browse files

realise automatic line change in table cell in readthedocs (#1213)

realise automatic line change in table cell in readthedocs
parent 38b2a8b6
.wy-table-responsive table td, .wy-table-responsive table th{
white-space:normal
}
...@@ -191,4 +191,5 @@ def setup(app): ...@@ -191,4 +191,5 @@ def setup(app):
'enable_eval_rst': True, 'enable_eval_rst': True,
'enable_auto_toc_tree': False, 'enable_auto_toc_tree': False,
}, True) }, True)
app.add_transform(AutoStructify) app.add_transform(AutoStructify)
\ No newline at end of file app.add_stylesheet('../../../../_static/css/custom.css')
...@@ -191,4 +191,5 @@ def setup(app): ...@@ -191,4 +191,5 @@ def setup(app):
'enable_eval_rst': True, 'enable_eval_rst': True,
'enable_auto_toc_tree': False, 'enable_auto_toc_tree': False,
}, True) }, True)
app.add_transform(AutoStructify) app.add_transform(AutoStructify)
\ No newline at end of file app.add_stylesheet('../../../../_static/css/custom.css')
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment