.gitignore
AUTHORS.rst
CHANGELOG.rst
DEVELOPMENT.rst
LICENSE.rst
README.rst
pyproject.toml
tag-from-pipeline.sh
tox.ini
.github/workflows/ci.yml
.github/workflows/publish.yml
.github/workflows/tag_and_release.yml
docs/Makefile
docs/about.rst
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/configuration.rst
docs/context.rst
docs/faq.rst
docs/index.rst
docs/install.rst
docs/license.rst
docs/quickstart.rst
docs/templates.rst
docs/_static/images/favicon.ico
docs/_static/images/logo.png
docs/_templates/page.html
docs/_templates/versioning.html
requirements/base.txt
requirements/constraints.txt
requirements/docs.txt
requirements/test.txt
src/sphinx_multiversion/__init__.py
src/sphinx_multiversion/__main__.py
src/sphinx_multiversion/git.py
src/sphinx_multiversion/main.py
src/sphinx_multiversion/sphinx.py
src/sphinx_multiversion_contrib.egg-info/PKG-INFO
src/sphinx_multiversion_contrib.egg-info/SOURCES.txt
src/sphinx_multiversion_contrib.egg-info/dependency_links.txt
src/sphinx_multiversion_contrib.egg-info/entry_points.txt
src/sphinx_multiversion_contrib.egg-info/requires.txt
src/sphinx_multiversion_contrib.egg-info/top_level.txt
tests/__init__.py
tests/test_sphinx.py