diff --git a/docs/api/source/_static/css/custom.css b/docs/api/source/_static/css/custom.css new file mode 100644 index 00000000..e02ca17a --- /dev/null +++ b/docs/api/source/_static/css/custom.css @@ -0,0 +1,3 @@ +dl.py.property { + display: block !important; +} diff --git a/docs/api/source/conf.py b/docs/api/source/conf.py index c94b3fda..59b59bea 100644 --- a/docs/api/source/conf.py +++ b/docs/api/source/conf.py @@ -51,6 +51,12 @@ html_theme = "sphinx_rtd_theme" +html_static_path = ["_static"] + +html_css_files = [ + "css/custom.css", +] + # -- Modify environment variables -------------------------------------------- os.environ.update({