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 +} 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