From 8558451228c60b130911414d5bc92f16463ce109 Mon Sep 17 00:00:00 2001 From: "Lucas Shen Y. S" Date: Mon, 6 Mar 2023 13:53:20 +0800 Subject: [PATCH 1/2] Update conf.py --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index e777fb7..e6ff5f7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,6 +48,8 @@ # -- Options for HTML output ------------------------------------------------- +html_title = "" +html_short_title = "LexicalRichness Documentation" # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. @@ -87,4 +89,4 @@ "localtoc.html", "searchbox.html", ] -} \ No newline at end of file +} From 442d6c94185080013e98082db429cb37525f955f Mon Sep 17 00:00:00 2001 From: "Lucas Shen Y. S" Date: Mon, 6 Mar 2023 14:12:38 +0800 Subject: [PATCH 2/2] Update index.rst --- docs/index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index c74d1c8..ba7a070 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,9 +17,12 @@ details docstring_docs +============================= +LexicalRichness Documentation +============================= .. include:: usefullinks.rst .. include:: README.rst .. include:: contributors.rst .. include:: details.rst -.. include:: docstring_docs.rst \ No newline at end of file +.. include:: docstring_docs.rst