From ed34934872e51e61b21489e761ca81473d278a7b Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Sat, 19 Nov 2022 09:25:23 -0500 Subject: [PATCH] Working on the search problem.... --- docs/extra.css | 5 +++++ mkdocs.yml | 4 ++-- readthedocs.yml | 2 ++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 docs/extra.css diff --git a/docs/extra.css b/docs/extra.css new file mode 100644 index 00000000..c11ad6b1 --- /dev/null +++ b/docs/extra.css @@ -0,0 +1,5 @@ +.bs-sidebar { + padding: 0; + max-height:90vh; + overflow-y: auto; +} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 08333b21..c5867ea1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,5 +4,5 @@ theme: custom_dir: docs_modification/ plugins: - search: - prebuild_index: true - \ No newline at end of file + prebuild_index: true +extra_css: [extra.css] \ No newline at end of file diff --git a/readthedocs.yml b/readthedocs.yml index af2dd02a..47eaa0a4 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -2,6 +2,8 @@ version: 2 python: version: 3.6 + install: + - requirements: docs/requirements.txt mkdocs: configuration: mkdocs.yml \ No newline at end of file