.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
action.yml
codeql-config.yml
pyproject.toml
setup.cfg
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/feature.md
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/draft.yaml
.github/workflows/publish.yaml
.github/workflows/stale-prs.yml
.github/workflows/test.yaml
docs/conf.py
docs/index.rst
docs/commands/build.rst
docs/commands/init.rst
docs/commands/publish.rst
docs/commands/serve.rst
docs/commands/test.rst
docs/methoddocs/build.md
docs/methoddocs/exceptions.md
docs/methoddocs/testing.md
docs/userguides/quickstart.md
sphinx_ape/__init__.py
sphinx_ape/_base.py
sphinx_ape/_cli.py
sphinx_ape/_utils.py
sphinx_ape/build.py
sphinx_ape/exceptions.py
sphinx_ape/py.typed
sphinx_ape/testing.py
sphinx_ape/types.py
sphinx_ape/version.py
sphinx_ape.egg-info/PKG-INFO
sphinx_ape.egg-info/SOURCES.txt
sphinx_ape.egg-info/dependency_links.txt
sphinx_ape.egg-info/entry_points.txt
sphinx_ape.egg-info/requires.txt
sphinx_ape.egg-info/top_level.txt
sphinx_ape/_static/custom.css
sphinx_ape/_static/favicon.ico
sphinx_ape/_static/logo.gif
sphinx_ape/_static/logo_green.svg
sphinx_ape/_static/logo_grey.svg
sphinx_ape/sphinx_ext/__init__.py
sphinx_ape/sphinx_ext/directives.py
sphinx_ape/sphinx_ext/plugin.py
tests/__init__.py
tests/conftest.py
tests/test_build.py
tests/test_cli.py
tests/test_test.py
tests/test_utils.py