From 42a918d285852fe39c593ce4a8ff93341fe96561 Mon Sep 17 00:00:00 2001 From: Venkata Jagannath <160357297+venkatajagannath@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:17:43 -0400 Subject: [PATCH] Bug fix (#47) --- docs/conf.py | 2 +- docs/requirements.txt | 1 + pyproject.toml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b5feb91..7774188 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,6 +30,6 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = "furo" -html_title = "Package documentation" +html_title = "Ray provider documentation" html_last_updated_fmt = "%b %d, %Y" diff --git a/docs/requirements.txt b/docs/requirements.txt index e3f24e0..dc58052 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,3 +2,4 @@ pydata-sphinx-theme sphinx sphinx-autoapi sphinx-autobuild +furo diff --git a/pyproject.toml b/pyproject.toml index 266c2e6..c558224 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,7 @@ docs = [ "pydata-sphinx-theme", "sphinx-autobuild", "sphinx-autoapi", + "furo" ] ######################################