This mini documentation contains the basic development and deployment steps for sphinx-syft-theme. Additional information is available here Additional resources include:
- Theme setup is decribed Read more.
- Storing project metadata in pyproject.toml Read more.
- Error index: Read more.
Build files
python3 -m pip install -e .
pip install build
python3 -m build --sdist
python3 -m build --wheel
twine check dist/*
twine upload dist/*
Install dependencies
pip install -r requirements.txt
This is Sphinx Syft Theme package. You can contribute via Github.
Revert to CI deployment
[build-system] requires = ["setuptools", "wheel", "setuptools_scm"] build-backend = "setuptools.build_meta"
[project] name = "sphinx-syft-theme" description = "Bootstrap-based Sphinx theme from the syft community" dynamic = ["version"] authors = [ {name = "Callis Ezenwaka", email = "callisezenwaka@gmail.com"}, ] maintainers = [ { name = "Callis Ezenwaka", email = "callisezenwaka@gmail.com" }, ]
[tool.setuptools_scm] version_scheme = "post-release" local_scheme = "no-local-version"
[tool.setuptools_scm] write_to = "src/sphinx_syft_theme/init.py"