We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ddb0bb commit f9a1ad7Copy full SHA for f9a1ad7
docs/_static/css/custom.css
@@ -6,5 +6,5 @@
6
overflow-x: scroll;
7
}
8
html div.rendered_html table {
9
- display-table: auto;
+ table-layout: auto;
10
docs/conf.py
@@ -73,7 +73,7 @@
73
#
74
# This is also used if you do content translation via gettext catalogs.
75
# Usually you set "language" from the command line for these cases.
76
-language = None
+language = "en"
77
78
# List of patterns, relative to source directory, that match files and
79
# directories to ignore when looking for source files.
0 commit comments