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 b921898 commit 8a6413fCopy full SHA for 8a6413f
docs/conf.py
@@ -58,6 +58,16 @@ def _get_version() -> str:
58
# The theme to use for HTML and HTML Help pages. See the documentation for
59
# a list of builtin themes.
60
html_theme = "furo"
61
+html_theme_options = {
62
+ "dark_css_variables": {
63
+ "admonition-font-size": "100%",
64
+ "admonition-title-font-size": "100%",
65
+ },
66
+ "light_css_variables": {
67
68
69
70
+}
71
72
# The name of an image file (within the static path) to use as favicon
73
# of the docs. This file should be a Windows icon file (.ico) being
0 commit comments