mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-09 19:13:03 +00:00
docs: cleanup unused config for htmlhelp, latex, manual
This commit is contained in:
@@ -7,9 +7,6 @@ sys.path.insert(0, os.path.abspath('.'))
|
|||||||
|
|
||||||
# -- General configuration ------------------------------------------------
|
# -- General configuration ------------------------------------------------
|
||||||
|
|
||||||
# Minimal Sphinx version
|
|
||||||
needs_sphinx = '1.4'
|
|
||||||
|
|
||||||
# Sphinx extension modules
|
# Sphinx extension modules
|
||||||
extensions = [
|
extensions = [
|
||||||
'sphinx.ext.autodoc',
|
'sphinx.ext.autodoc',
|
||||||
@@ -27,7 +24,7 @@ myst_enable_extensions = [
|
|||||||
'deflist',
|
'deflist',
|
||||||
]
|
]
|
||||||
# The master toctree document.
|
# The master toctree document.
|
||||||
master_doc = 'index'
|
root_doc = master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = 'JupyterHub'
|
project = 'JupyterHub'
|
||||||
@@ -118,11 +115,10 @@ def setup(app):
|
|||||||
|
|
||||||
|
|
||||||
source_suffix = ['.rst', '.md']
|
source_suffix = ['.rst', '.md']
|
||||||
# source_encoding = 'utf-8-sig'
|
|
||||||
|
|
||||||
# -- Options for HTML output ----------------------------------------------
|
# -- Options for HTML output ----------------------------------------------
|
||||||
|
|
||||||
# The theme to use for HTML and HTML Help pages.
|
# The theme to use for HTML
|
||||||
html_theme = 'pydata_sphinx_theme'
|
html_theme = 'pydata_sphinx_theme'
|
||||||
|
|
||||||
html_logo = '_static/images/logo/logo.png'
|
html_logo = '_static/images/logo/logo.png'
|
||||||
@@ -131,8 +127,6 @@ html_favicon = '_static/images/logo/favicon.ico'
|
|||||||
# Paths that contain custom static files (such as style sheets)
|
# Paths that contain custom static files (such as style sheets)
|
||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
|
||||||
htmlhelp_basename = 'JupyterHubdoc'
|
|
||||||
|
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"icon_links": [
|
"icon_links": [
|
||||||
{
|
{
|
||||||
@@ -157,68 +151,6 @@ html_context = {
|
|||||||
"doc_path": "docs",
|
"doc_path": "docs",
|
||||||
}
|
}
|
||||||
|
|
||||||
# -- Options for LaTeX output ---------------------------------------------
|
|
||||||
|
|
||||||
latex_elements = {
|
|
||||||
# 'papersize': 'letterpaper',
|
|
||||||
# 'pointsize': '10pt',
|
|
||||||
# 'preamble': '',
|
|
||||||
# 'figure_align': 'htbp',
|
|
||||||
}
|
|
||||||
|
|
||||||
# Grouping the document tree into LaTeX files. List of tuples
|
|
||||||
# (source start file, target name, title,
|
|
||||||
# author, documentclass [howto, manual, or own class]).
|
|
||||||
latex_documents = [
|
|
||||||
(
|
|
||||||
master_doc,
|
|
||||||
'JupyterHub.tex',
|
|
||||||
'JupyterHub Documentation',
|
|
||||||
'Project Jupyter team',
|
|
||||||
'manual',
|
|
||||||
)
|
|
||||||
]
|
|
||||||
|
|
||||||
# latex_logo = None
|
|
||||||
# latex_use_parts = False
|
|
||||||
# latex_show_pagerefs = False
|
|
||||||
# latex_show_urls = False
|
|
||||||
# latex_appendices = []
|
|
||||||
# latex_domain_indices = True
|
|
||||||
|
|
||||||
|
|
||||||
# -- manual page output -------------------------------------------------
|
|
||||||
|
|
||||||
# One entry per manual page. List of tuples
|
|
||||||
# (source start file, name, description, authors, manual section).
|
|
||||||
man_pages = [(master_doc, 'jupyterhub', 'JupyterHub Documentation', [author], 1)]
|
|
||||||
|
|
||||||
# man_show_urls = False
|
|
||||||
|
|
||||||
|
|
||||||
# -- Texinfo output -----------------------------------------------------
|
|
||||||
|
|
||||||
# Grouping the document tree into Texinfo files. List of tuples
|
|
||||||
# (source start file, target name, title, author,
|
|
||||||
# dir menu entry, description, category)
|
|
||||||
texinfo_documents = [
|
|
||||||
(
|
|
||||||
master_doc,
|
|
||||||
'JupyterHub',
|
|
||||||
'JupyterHub Documentation',
|
|
||||||
author,
|
|
||||||
'JupyterHub',
|
|
||||||
'One line description of project.',
|
|
||||||
'Miscellaneous',
|
|
||||||
)
|
|
||||||
]
|
|
||||||
|
|
||||||
# texinfo_appendices = []
|
|
||||||
# texinfo_domain_indices = True
|
|
||||||
# texinfo_show_urls = 'footnote'
|
|
||||||
# texinfo_no_detailmenu = False
|
|
||||||
|
|
||||||
|
|
||||||
# -- Epub output --------------------------------------------------------
|
# -- Epub output --------------------------------------------------------
|
||||||
|
|
||||||
# Bibliographic Dublin Core info.
|
# Bibliographic Dublin Core info.
|
||||||
|
Reference in New Issue
Block a user