Lines Matching +full:kconfig +full:- +full:ext
7 # https://www.apache.org/licenses/LICENSE-2.0
25 # The master toctree document. # inclusive-language: ignore
30 copyright = f'{date.today().year} The Pigweed Authors' # pylint: disable=redefined-builtin
65 "pw_docgen.sphinx.kconfig",
71 "sphinx.ext.autodoc", # Automatic documentation for Python code
72 "sphinx.ext.napoleon", # Parses Google-style docstrings
73 "sphinxarg.ext", # Automatic documentation of Python argparse
77 "sphinx_copybutton", # Copy-to-clipboard button on code blocks
82 # When a user clicks the copy-to-clipboard button the `$ ` prompt should not be
83 # copied: https://sphinx-copybutton.readthedocs.io/en/latest/use.html
141 # FontAwesome for mermaid and sphinx-design
142 "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css",
158 …# https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/header-links.html#navigation-bar…
160 # https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/header-links.html#icon-links
165 'icon': 'fa-solid fa-code',
170 'icon': 'fa-solid fa-bug',
175 'icon': 'fa-brands fa-discord',
178 # https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/branding.html
184 …# https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/layout.html#configure-the-navbar…
186 …# https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/styling.html#configure-pygments-…
191 # sphinx-sitemap needs this:
192 # https://sphinx-sitemap.readthedocs.io/en/latest/getting-started.html#usage
202 # https://sphinx-sitemap.readthedocs.io/en/latest/advanced-configuration.html
219 # Client-side redirects. See //docs/contributing/docs/website.rst.
239 'seed/0000-index': './0000.html',
240 'seed/0001-the-seed-process': './0001.html',
241 'seed/0002-template': './0002.html',
242 'seed/0101-pigweed.json': './0101.html',
243 'seed/0102-module-docs': './0102.html',
244 'seed/0103-pw_protobuf-past-present-future': './0103.html',
245 'seed/0104-display-support': './0104.html',
246 'seed/0105-pw_tokenizer-pw_log-nested-tokens': './0105.html',
247 'seed/0107-communications': './0107.html',
248 'seed/0108-pw_emu-emulators-frontend': './0108.html',
249 'seed/0109-comms-buffers': './0109.html',
250 'seed/0110-memory-allocation-interfaces': './0110.html',
251 'seed/0111-build-systems': './0111.html',
252 'seed/0112-async-poll': './0112.html',
253 'seed/0113-bazel-cc-toolchain-api': './0113.html',
254 'seed/0114-channels': './0114.html',
255 'seed/0117-pw_i3c': './0117.html',
256 'seed/0119-pw-sensor': './0119.html',
257 'seed/0120-pw-sensor-config': './0120.html',
258 'seed/0122-code-samples': './0122.html',
259 'seed/0124-multisink-size-info': './0124.html',
260 'seed/0128-abstracting-thread-creation': './0128.html',
261 'seed/0130-update-sphinx-theme': './0130.html',
262 'seeds/index': '../seed/0000-index.html',
314 # inclusive-language: disable
316 # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-cpp_id_attributes
317 # inclusive-language: enable
335 # https://github.com/sphinx-doc/sphinx/issues/2090#issuecomment-572902572
342 app.connect('env-get-outdated', env_get_outdated)
343 app.connect("autodoc-skip-member", do_not_skip_init)