conf.py - Template configuration file for a Sphinx CodeChat project¶
This file configures Sphinx, which transforms restructured text (reST) into html. See Sphinx build configuration file docs for more information on the settings below.
This file was originally created by sphinx-quickstart, then modified by hand. Notes on its operation:
This file is
execfile()
d by Sphinx with the current directory set to its containing dir.Not all possible configuration values are present in this autogenerated file.
All configuration values have a default; values that are commented out serve to show the default.
If extensions (or modules to document with autodoc) are in another directory, add these directories to sys.path here. If the directory is relative to the documentation root, use os.path.abspath to make it absolute, as shown here.
Project information¶
project and copyright: General information about the project. Change this for your project.
The version info for the project you’re documenting, acts as replacement for
|version|
and |release|
, also used in various other places throughout
the built documents. Change these for your project.
version: The short X.Y version.
release: The full version, including alpha/beta/rc tags.
There are two options for replacing |today|
:
1. If you set today to some non-false value, then it is used:
2. Otherwise, today_fmt is used as the format for a strftime call.
highlight_language: The default language to highlight source code in.
pygments_style: The style name to use for Pygments highlighting of source code.
add_function_parentheses:
If true, ‘()’ will be appended to :func:
etc. cross-reference text.
add_module_names:
If true, the current module name will be prepended to all description unit
titles (such as .. function::
).
show_authors: If
true, sectionauthor
and moduleauthor
directives will be shown in the
output. They are ignored by default.
modindex_common_prefix: A list of ignored prefixes for module index sorting.
General configuration¶
extensions: If your documentation needs a minimal Sphinx version, state it here.
Add any Sphinx extension module names here, as strings. They can be extensions
coming with Sphinx (named ‘sphinx.ext.*’) or your custom ones. CodeChat
note: The CodeChat.CodeToRestSphinx
extension is mandatory; without it,
CodeChat will not translate source code to reST and then (via Sphinx) to html.
templates_path: Add any paths that contain templates here, relative to this directory.
rst_epilog: A string of reStructuredText that will be included at the end of every source file that is read.
Provide a convenient way to refer to a source file’s name.
source_suffix: The suffix of source filenames.
CodeChat note: CodeChat_lexer_for_glob is a dict of {glob, lexer_alias}, which uses lexer_alias (e.g. a lexer’s short name) to analyze any file which matches the given glob-style pattern (e.g. glob).
CSS files are auto-detected as a CSS + Lasso file by Pygments, causing it to display incorrectly. Define them as CSS only.
Likewise, HTML and JS files are auto-detected incorrectly.
The Dockerfile has #
as comments. So do INI files…
Docker’s env files are INI formatted.
source_encoding: The encoding of source files.
master_doc: The master toctree document.
language: The language for content autogenerated by Sphinx. Refer to documentation for a list of supported languages.
exclude_patterns: List of patterns, relative to source directory, that match files and directories to ignore when looking for source files.
Important: Do NOT add CodeChat.css
to this list; this will
instruct Sphinx not to copy it to the _static
directory, where it
is needed to properly lay out CodeChat output.
Misc files.
Don’t build textbooks.
Ignore Runestone files.
Ignore Github stuff. TODO: include this in docs
Ignore the build template.
Ignore template files for testing
Ignore 3rd party files.
"**/*.min.css",
"**/*.min.js",
"static/**/jquery*.js",
"static/searchindex.js",
"static/bootstrap-3.0.0",
"static/css/caldendar.css",
"static/css/datepicker.css",
"static/css/skeleton.css",
"static/js/bootstrap-datepicker.js",
"static/js/bootstrap-table",
"static/js/calendar.js",
"static/js/dd_belatedpng.js" "static/js/holder.js",
"static/js/jstree_themes",
"static/js/modernizr.custom.js",
"static/js/select2.multi-checkboxes.js",
"static/js/sorttable.js",
"static/js/superfish.js",
"static/_static/codemirror.js",
"static/_static/simplemodal.js",
"static/_static/underscore.js",
"jobeinabox/include",
Ignore the Sphinx build directory output.
CodeChat notes:
The CodeToRestSphinx
extension creates a file named
sphinx-enki-info.txt
, which should be ignored by Sphinx.
default_role: The
reST default role (used for this markup: `text`
) to use for all documents.
keep_warnings: If true, keep warnings as “system message” paragraphs in the built documents. Regardless of this setting, warnings are always written to the standard error stream when sphinx-build is run. CodeChat note: This should always be True; doing so places warnings next to the offending text in the web view, making them easy to find and fix.
Options for HTML output¶
html_theme: The theme to use for HTML and HTML Help pages.
html_theme_options: Theme options are theme-specific and customize the look and feel of a theme further.
html_style: The style sheet to use for HTML pages.
html_theme_path: Add any paths that contain custom themes here, relative to this directory.
html_title: The
name for this set of Sphinx documents. If None, it defaults to <project>
v<release> documentation
.
html_short_title: A shorter title for the navigation bar. Default is the same as html_title.
html_logo: The name of an image file (relative to this directory) to place at the top of the sidebar.
html_favicon: The name of an image file (within the static path) to use as favicon of the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 pixels large.
html_css_files: A list of CSS files.
html_static_path:
Add any paths that contain custom static files (such as style sheets) here,
relative to this directory. They are copied after the builtin static files, so
a file named default.css
will overwrite the builtin default.css
.
CodeChat note: Include the path to CodeChat’s static files.
html_last_updated_fmt: If not ‘’, a ‘Last updated on:’ timestamp is inserted at every page bottom, using the given strftime format.
html_sidebars: Custom sidebar templates, maps document names to template names.
html_additional_pages: Additional templates that should be rendered to pages, maps page names to template names.
html_domain_indices: If false, no module index is generated.
html_use_index: If false, no index is generated.
html_split_index: If true, the index is split into individual pages for each letter.
html_copy_source: If true, the reST sources are included in the HTML build as _sources/name.
html_show_sourcelink: If true, links to the reST sources are added to the pages.
html_sourcelink_suffix: Suffix to be appended to source links (see html_show_sourcelink), unless they have this suffix already.
html_show_sphinx: If true, “Created using Sphinx” is shown in the HTML footer. Default is True.
html_show_copyright: If true, “(C) Copyright …” is shown in the HTML footer. Default is True.
html_use_opensearch: If true, an OpenSearch description file will be output, and all pages will contain a <link> tag referring to it. The value of this option must be the base URL from which the finished HTML is served.
html_file_suffix: This is the file name suffix for HTML files (e.g. “.xhtml”).
Intersphinx¶
intersphinx_mapping: This config value contains the locations and names of other projects that should be linked to in this documentation.
An optional local file location – useful when updating both Sphinx builds before the updates are pushed to the server.
auto-created readthedocs.org specific configuration #
The following code was added during an automated build on readthedocs.org It is auto created and injected for every build. The result is based on the conf.py.tmpl file found in the readthedocs.org codebase: https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl
Note: this file shouldn’t rely on extra dependencies.
Borrowed from six.
Get suffix for proper linking to GitHub This is deprecated in Sphinx 1.3+, as each page can have its own suffix
Sphinx >= 1.3 supports list/tuple to define multiple suffixes
Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes
default to .rst
Add RTD Static Path. Add to the end because it overwrites previous files.
Add RTD Theme only if they aren’t overriding it already
Allow people to bail with a hack of having an html_style
This following legacy behavior will gradually be sliced out until its deprecated and removed. Skipped for Sphinx 6+ Skipped by internal Feature flag SKIP_SPHINX_HTML_THEME_PATH Skipped by all new projects since SKIP_SPHINX_HTML_THEME_PATH’s introduction (jan 2023)
Define websupport2_base_url and websupport2_static_url
if globals().get('websupport2_base_url', False):
websupport2_base_url = 'https://readthedocs.org/websupport'
websupport2_static_url = 'https://assets.readthedocs.org/static/'
#Add project information to the template context.
context = {
'using_theme': using_rtd_theme,
'html_theme': html_theme,
'current_version': "stable",
'version_slug': "stable",
'MEDIA_URL': "https://media.readthedocs.org/",
'STATIC_URL': "https://assets.readthedocs.org/static/",
'PRODUCTION_DOMAIN': "readthedocs.org",
'proxied_static_path': "/_/static/",
'versions': [
("latest", "/en/latest/"),
("stable", "/en/stable/"),
("v6.6.3", "/en/v6.6.3/"),
("v6.2.2", "/en/v6.2.2/"),
("v6.2.1", "/en/v6.2.1/"),
("v6.2.0", "/en/v6.2.0/"),
("v6.1.16", "/en/v6.1.16/"),
("v6.1.15", "/en/v6.1.15/"),
("v6.1.14", "/en/v6.1.14/"),
("v6.1.13", "/en/v6.1.13/"),
("v6.1.12", "/en/v6.1.12/"),
("v6.1.10", "/en/v6.1.10/"),
("v6.1.9", "/en/v6.1.9/"),
("v6.1.8", "/en/v6.1.8/"),
("v6.1.7", "/en/v6.1.7/"),
("v6.1.6", "/en/v6.1.6/"),
("v6.1.5", "/en/v6.1.5/"),
("v6.1.4", "/en/v6.1.4/"),
("v6.1.3", "/en/v6.1.3/"),
("v6.1.2", "/en/v6.1.2/"),
("v6.1.0", "/en/v6.1.0/"),
("v6.0.6", "/en/v6.0.6/"),
("6.0.6", "/en/6.0.6/"),
("6.0.5", "/en/6.0.5/"),
],
'downloads': [
],
'subprojects': [
],
'slug': 'runestoneserver',
'name': u'RunestoneServer',
'rtd_language': u'en',
'programming_language': u'words',
'canonical_url': 'https://runestoneserver.readthedocs.io/en/latest/',
'analytics_code': 'None',
'single_version': False,
'conf_py_path': '/',
'api_host': 'https://readthedocs.org',
'github_user': 'RunestoneInteractive',
'proxied_api_host': '/_',
'github_repo': 'RunestoneServer',
'github_version': '5089923c065ce1aa54b6588f6bcea5560e73b18e',
'display_github': True,
'bitbucket_user': 'None',
'bitbucket_repo': 'None',
'bitbucket_version': '5089923c065ce1aa54b6588f6bcea5560e73b18e',
'display_bitbucket': False,
'gitlab_user': 'None',
'gitlab_repo': 'None',
'gitlab_version': '5089923c065ce1aa54b6588f6bcea5560e73b18e',
'display_gitlab': False,
'READTHEDOCS': True,
'using_theme': (html_theme == "default"),
'new_theme': (html_theme == "sphinx_rtd_theme"),
'source_suffix': SUFFIX,
'ad_free': False,
'docsearch_disabled': False,
'user_analytics_code': '',
'global_analytics_code': 'UA-17997319-1',
'commit': '5089923c',
}
For sphinx >=1.8 we can use html_baseurl to set the canonical URL. https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl
Add custom RTD extension
Insert at the beginning because it can interfere with other extensions. See https://github.com/rtfd/readthedocs.org/pull/4054
Add External version warning banner to the external version documentation
User’s Sphinx configurations
Remove this once xindy gets installed in Docker image and XINDYOPS env variable is supported https://github.com/rtfd/readthedocs-docker-images/pull/98
latex_use_xindy = False
chinese = any([
language_user in ('zh_CN', 'zh_TW'),
project_language in ('zh_CN', 'zh_TW'),
])
japanese = any([
language_user == 'ja',
project_language == 'ja',
])
if chinese:
latex_engine = latex_engine_user or 'xelatex'
latex_elements_rtd = {
'preamble': '\\usepackage[UTF8]{ctex}\n',
}
latex_elements = latex_elements_user or latex_elements_rtd
elif japanese:
latex_engine = latex_engine_user or 'platex'
Make sure our build directory is always excluded