Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
445af11b
Commit
445af11b
authored
Jun 27, 2019
by
Guoxin
Committed by
QuanluZhang
Jun 27, 2019
Browse files
realise automatic line change in table cell in readthedocs (#1213)
realise automatic line change in table cell in readthedocs
parent
38b2a8b6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
docs/_static/css/custom.css
docs/_static/css/custom.css
+3
-0
docs/en_US/conf.py
docs/en_US/conf.py
+2
-1
docs/zh_CN/conf.py
docs/zh_CN/conf.py
+2
-1
No files found.
docs/_static/css/custom.css
0 → 100644
View file @
445af11b
.wy-table-responsive
table
td
,
.wy-table-responsive
table
th
{
white-space
:
normal
}
docs/en_US/conf.py
View file @
445af11b
...
...
@@ -192,3 +192,4 @@ def setup(app):
'enable_auto_toc_tree'
:
False
,
},
True
)
app
.
add_transform
(
AutoStructify
)
app
.
add_stylesheet
(
'../../../../_static/css/custom.css'
)
docs/zh_CN/conf.py
View file @
445af11b
...
...
@@ -192,3 +192,4 @@ def setup(app):
'enable_auto_toc_tree'
:
False
,
},
True
)
app
.
add_transform
(
AutoStructify
)
app
.
add_stylesheet
(
'../../../../_static/css/custom.css'
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment