Skip to content

callezenwaka/sphinx-syft-theme

Repository files navigation

Sphinx Syft Theme

This is Sphinx Syft Theme package. You can contribute via Github.

Documentation description

This mini documentation contains the basic development and deployment steps for sphinx-syft-theme. Additional information is available here

Additional resources include

Install dependencies

pip install -r requirements.txt

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 = "[email protected]"}, ] maintainers = [ { name = "Callis Ezenwaka", email = "[email protected]" }, ]

[tool.setuptools_scm] version_scheme = "post-release" local_scheme = "no-local-version"

[tool.setuptools_scm] write_to = "src/sphinx_syft_theme/init.py"