From cc28d5a64f6e0e061f697262302403db875bc6fe Mon Sep 17 00:00:00 2001 From: Marco Perini Date: Wed, 8 May 2024 13:09:08 +0200 Subject: [PATCH] docs: fixed unused param and install --- docs/source/conf.py | 1 - docs/source/getting_started/installation.rst | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8c46d4c2..3f323d6a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -30,4 +30,3 @@ exclude_patterns = [] # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = 'sphinx_rtd_theme' -html_static_path = ['_static'] diff --git a/docs/source/getting_started/installation.rst b/docs/source/getting_started/installation.rst index 9dc896d6..e3a859d8 100644 --- a/docs/source/getting_started/installation.rst +++ b/docs/source/getting_started/installation.rst @@ -8,8 +8,8 @@ Prerequisites ^^^^^^^^^^^^^ - `Python 3.8+ `_ -- `pip ` -- `ollama ` *optional for local models +- `pip `_ +- `ollama `_ *optional for local models Install the library