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.
2 parents b867283 + 100af3b commit a756764Copy full SHA for a756764
docs/_static/custom.css
@@ -0,0 +1,13 @@
1
+/*
2
+SPDX-FileCopyrightText: 2024 Tim Cocks for Adafruit Industries
3
+
4
+SPDX-License-Identifier: MIT
5
+ */
6
7
8
+Fix for horizontal stacking weirdness in the RTD theme with Python properties:
9
+https://github.com/readthedocs/sphinx_rtd_theme/issues/1301
10
+*/
11
+.py.property {
12
+ display: block !important;
13
+}
docs/conf.py
@@ -116,6 +116,8 @@
116
#
117
html_favicon = "_static/favicon.ico"
118
119
+html_css_files = ["custom.css"]
120
121
# Output file base name for HTML help builder.
122
htmlhelp_basename = "AdafruitDisplay_shapesLibrarydoc"
123
0 commit comments