Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 463 Bytes

README.rst

File metadata and controls

26 lines (18 loc) · 463 Bytes

atsphinx-toybox

Miscellaneous sphinx-extension collection of attakei' trials.

Important note

  • This is lab-style package. Subpackages will be stopped maintenance if it can work as singile package.
  • This is calver versioning.

Getting started

pip install atsphinx-toybox
extensions = [
    ...,  # Your extensions
    "atsphinx.toybox",
]