Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation title formatting #319

Merged
merged 2 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading