Skip to content

Commit f9a1ad7

Browse files
committed
Changed tutorial table display to auto
1 parent 5ddb0bb commit f9a1ad7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_static/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
overflow-x: scroll;
77
}
88
html div.rendered_html table {
9-
display-table: auto;
9+
table-layout: auto;
1010
}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
#
7474
# This is also used if you do content translation via gettext catalogs.
7575
# Usually you set "language" from the command line for these cases.
76-
language = None
76+
language = "en"
7777

7878
# List of patterns, relative to source directory, that match files and
7979
# directories to ignore when looking for source files.

0 commit comments

Comments
 (0)