Contributing

Thank you for interested to sphinx-revealjs.

Todo

Add USING, QUESTION and DOCUMENTATION

Conttribute code

Local development environment

This is spec for development by author( attakei ) on 2022/08/27.

  • Arch Linux

  • Python 3.10.x

  • Using poetry

  • Installed pre-commit globally

Setting up repo

After you clone forked Git repository, run commands to set up.

poetry install
poetry run python tools/fetch_revealjs.py
pre-commit install

Important

There are difference versions from Poetry and pre-commit.