Skip to content

Commit

Permalink
Fix documentation title formatting (#319)
Browse files Browse the repository at this point in the history
* Docs: prevent title from overlapping content

* Docs: cleanup warnings
  • Loading branch information
danyeaw authored Feb 13, 2025
1 parent 4027fec commit 25a8c56
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 3 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import sys
import os
import shlex
import shutil

# If extensions (or modules to document with autodoc) are in another directory,
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -198,10 +197,10 @@

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> 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.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==================
=================
Jupyter NbClassic
==================
=================

:ref:`Getting Started <NbClassicUsage>`

Expand Down
2 changes: 2 additions & 0 deletions docs/source/security.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _server_security:

Security in the Jupyter NbClassic server
========================================

Expand Down

0 comments on commit 25a8c56

Please sign in to comment.