|
1 | 1 | # Configuration file for the Sphinx documentation builder. |
2 | 2 | # |
3 | | -# This file only contains a selection of the most common options. For a full |
4 | | -# list see the documentation: |
| 3 | +# For the full list of built-in configuration values, see the documentation: |
5 | 4 | # https://www.sphinx-doc.org/en/master/usage/configuration.html |
6 | 5 |
|
7 | | -# -- Path setup -------------------------------------------------------------- |
8 | | - |
9 | | -# If extensions (or modules to document with autodoc) are in another directory, |
10 | | -# add these directories to sys.path here. If the directory is relative to the |
11 | | -# documentation root, use os.path.abspath to make it absolute, like shown here. |
12 | | -# |
13 | | -# import os |
14 | | -# import sys |
15 | | -# sys.path.insert(0, os.path.abspath('.')) |
16 | | - |
17 | | - |
18 | 6 | # -- Project information ----------------------------------------------------- |
| 7 | +# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information |
19 | 8 |
|
20 | | -project = 'Kitware BatBot' |
21 | | -copyright = '2025' |
22 | | -author = 'Kitware' |
23 | | - |
| 9 | +project = 'batbot' |
| 10 | +copyright = '2026, Kitware, Inc.' |
| 11 | +author = 'Kitware, Inc.' |
24 | 12 |
|
25 | 13 | # -- General configuration --------------------------------------------------- |
26 | | -# -- General configuration |
| 14 | +# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration |
27 | 15 |
|
28 | 16 | extensions = [ |
29 | 17 | 'sphinx.ext.duration', |
|
49 | 37 | intersphinx_disabled_domains = ['std'] |
50 | 38 |
|
51 | 39 | templates_path = ['_templates'] |
52 | | - |
53 | | -# -- Options for EPUB output |
54 | 40 | epub_show_urls = 'footnote' |
55 | 41 |
|
56 | | -# List of patterns, relative to source directory, that match files and |
57 | | -# directories to ignore when looking for source files. |
58 | | -# This pattern also affects html_static_path and html_extra_path. |
59 | 42 | exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
60 | 43 |
|
61 | | -autosectionlabel_prefix_document = True |
62 | | - |
63 | 44 | # -- Options for HTML output ------------------------------------------------- |
| 45 | +# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output |
64 | 46 |
|
65 | | -# The theme to use for HTML and HTML Help pages. See the documentation for |
66 | | -# a list of builtin themes. |
67 | | -# |
68 | 47 | html_theme = 'sphinx_rtd_theme' |
69 | 48 |
|
70 | 49 | html_theme_path = [ |
|
80 | 59 | 'donate.html', |
81 | 60 | ] |
82 | 61 | } |
83 | | - |
84 | | -# Add any paths that contain custom static files (such as style sheets) here, |
85 | | -# relative to this directory. They are copied after the builtin static files, |
86 | | -# so a file named "default.css" will overwrite the builtin "default.css". |
87 | 62 | html_static_path = ['_static'] |
88 | 63 | html_css_files = [ |
89 | 64 | 'theme.css', |
|
0 commit comments