.codecrate.toml
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.ruff.toml
.taskledger.toml
LICENSE
README.md
pyproject.toml
sphinxpress.toml
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/api.md
docs/build.sh
docs/commands.md
docs/conf.py
docs/configuration.md
docs/index.md
docs/jekyll-integration.md
docs/managed-environments.md
docs/outputs.md
docs/quickstart.md
docs/release-metadata.md
docs/requirements.txt
sphinxpress/__init__.py
sphinxpress/__main__.py
sphinxpress/_version.py
sphinxpress/book_builder.py
sphinxpress/cli.py
sphinxpress/config.py
sphinxpress/env_manager.py
sphinxpress/errors.py
sphinxpress/jekyll_writer.py
sphinxpress/models.py
sphinxpress/paths.py
sphinxpress/release.py
sphinxpress/site_builder.py
sphinxpress/sphinx_runner.py
sphinxpress/validate.py
sphinxpress.egg-info/PKG-INFO
sphinxpress.egg-info/SOURCES.txt
sphinxpress.egg-info/dependency_links.txt
sphinxpress.egg-info/entry_points.txt
sphinxpress.egg-info/requires.txt
sphinxpress.egg-info/scm_file_list.json
sphinxpress.egg-info/scm_version.json
sphinxpress.egg-info/top_level.txt
sphinxpress/templates/aggregate_conf.py.j2
sphinxpress/templates/aggregate_index.rst.j2
sphinxpress/templates/jekyll_page.md.j2
sphinxpress/templates/tool_nav.yml.j2
tests/conftest.py
tests/test_book_builder.py
tests/test_cli.py
tests/test_config.py
tests/test_docs.py
tests/test_env_manager.py
tests/test_jekyll_writer.py
tests/test_paths.py
tests/test_release.py
tests/test_site_builder.py
tests/test_sphinx_runner.py
tests/test_templates.py
tests/test_validate.py
tests/fixtures/minimal_sphinx_project/docs/conf.py
tests/fixtures/minimal_sphinx_project/docs/index.rst
tests/fixtures/minimal_sphinx_project/docs/usage.rst
tests/fixtures/second_sphinx_project/docs/conf.py
tests/fixtures/second_sphinx_project/docs/index.rst
tests/fixtures/second_sphinx_project/docs/usage.rst