.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.yamllint.yaml
HACKING.rst
LICENSE
README.rst
pyproject.toml
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yml
.github/renovate.json5
.github/workflows/check-renovate.yaml
.github/workflows/cla-check.yaml
.github/workflows/conventional-commits.yaml
.github/workflows/docs.yaml
.github/workflows/release-drafter.yaml
.github/workflows/release-publish.yaml
.github/workflows/tests.yaml
canonical_sphinx/__init__.py
canonical_sphinx/_version.py
canonical_sphinx/config.py
canonical_sphinx.egg-info/PKG-INFO
canonical_sphinx.egg-info/SOURCES.txt
canonical_sphinx.egg-info/dependency_links.txt
canonical_sphinx.egg-info/entry_points.txt
canonical_sphinx.egg-info/requires.txt
canonical_sphinx.egg-info/top_level.txt
canonical_sphinx/theme/__init__.py
canonical_sphinx/theme/theme.conf
canonical_sphinx/theme/PDF/Canonical-logo-4x.png
canonical_sphinx/theme/PDF/LICENCE.txt
canonical_sphinx/theme/PDF/Ubuntu-B.ttf
canonical_sphinx/theme/PDF/Ubuntu-R.ttf
canonical_sphinx/theme/PDF/Ubuntu-RI.ttf
canonical_sphinx/theme/PDF/UbuntuMono-B.ttf
canonical_sphinx/theme/PDF/UbuntuMono-R.ttf
canonical_sphinx/theme/PDF/UbuntuMono-RI.ttf
canonical_sphinx/theme/PDF/front-page-light.pdf
canonical_sphinx/theme/PDF/latex_elements_template.txt
canonical_sphinx/theme/PDF/normal-page-footer.pdf
canonical_sphinx/theme/static/404.svg
canonical_sphinx/theme/static/custom.css
canonical_sphinx/theme/static/favicon.png
canonical_sphinx/theme/static/furo_colors.css
canonical_sphinx/theme/static/github_issue_links.css
canonical_sphinx/theme/static/github_issue_links.js
canonical_sphinx/theme/static/header-nav.js
canonical_sphinx/theme/static/header.css
canonical_sphinx/theme/static/tag.png
canonical_sphinx/theme/templates/404.html
canonical_sphinx/theme/templates/base.html
canonical_sphinx/theme/templates/footer.html
canonical_sphinx/theme/templates/header.html
canonical_sphinx/theme/templates/page.html
canonical_sphinx/theme/templates/components/edit-this-page.html
canonical_sphinx/theme/templates/components/view-this-page.html
canonical_sphinx/theme/templates/sidebar/search.html
docs/conf.py
docs/index.rst
docs/explanation/index.rst
docs/howto/index.rst
docs/reference/index.rst
docs/tutorials/index.rst
example/conf.py
example/index.rst
example/_static/example-css.css
example/_static/example-js.js
example/_static/example-tag.png
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/test_canonical_sphinx.py
tests/integration/test_setuptools.py
tests/integration/test_version.py
tests/integration/starbase/__init__.py
tests/integration/starbase/test_init.py
tests/unit/__init__.py
tests/unit/test_plugin_init.py
tests/unit/starbase/__init__.py
tests/unit/starbase/test_init.py