From 25a8c56134e3622d330fc31de14f2a8709c05877 Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Thu, 13 Feb 2025 18:11:36 -0500 Subject: [PATCH] Fix documentation title formatting (#319) * Docs: prevent title from overlapping content * Docs: cleanup warnings --- docs/source/conf.py | 7 +++---- docs/source/index.rst | 4 ++-- docs/source/security.rst | 2 ++ 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 684577736..861f1badf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,7 +14,6 @@ import sys import os -import shlex import shutil # If extensions (or modules to document with autodoc) are in another directory, @@ -117,7 +116,7 @@ # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = 'en' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: @@ -198,10 +197,10 @@ # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -#html_title = None +html_title = "Classic Jupyter Notebook" # A shorter title for the navigation bar. Default is the same as html_title. -#html_short_title = None +html_short_title = "NbClassic" # The name of an image file (relative to this directory) to place at the top # of the sidebar. diff --git a/docs/source/index.rst b/docs/source/index.rst index 8f208e3f9..fdd29fe8e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,6 +1,6 @@ -================== +================= Jupyter NbClassic -================== +================= :ref:`Getting Started ` diff --git a/docs/source/security.rst b/docs/source/security.rst index a1d9e1a2f..f3de3a439 100644 --- a/docs/source/security.rst +++ b/docs/source/security.rst @@ -1,3 +1,5 @@ +.. _server_security: + Security in the Jupyter NbClassic server ========================================