.gitignore
CHANGELOG.md
Justfile
LICENSE.md
README.md
pyproject.toml
.forgejo/workflows/push.yml
docput/__init__.py
docput/__main__.py
docput/config.py
docput/manifest.py
docput/path.py
docput/typing.py
docput.egg-info/PKG-INFO
docput.egg-info/SOURCES.txt
docput.egg-info/dependency_links.txt
docput.egg-info/entry_points.txt
docput.egg-info/requires.txt
docput.egg-info/scm_file_list.json
docput.egg-info/scm_version.json
docput.egg-info/top_level.txt
docput/cli/__init__.py
docput/cli/main.py
docput/cli/manifest.py
docput/cli/version.py
docput/remote/__init__.py
docput/remote/base.py
docput/remote/filesystem.py
docput/remote/git_pages.py
docput/sphinx_ext/__init__.py
docput/sphinx_ext/_static/docput.js
docput/sphinx_ext/_templates/sidebar/version-switch.html
docs/.gitignore
docs/Justfile
docs/conf.py
docs/getting_started.md
docs/handbook.md
docs/index.md
docs/versions.json
docs/_include/forgejo-hover.svg
docs/_include/forgejo-monochrome.svg
docs/_include/pypi-hover.svg
docs/_include/pypi-monochrome.svg
docs/_root/_headers
docs/_root/_redirects
docs/_static/css/custom.css
docs/_templates/page.html
docs/reference/index.md
docs/reference/commands/index.md
docs/reference/commands/manifest.md
docs/reference/commands/version.md
tests/test_remotes.py