There was an error while loading. Please reload this page.
You can install from PyPI via pip:
pip
pip install yardang
The furo theme is included by default. To pull in the other bundled themes (sphinxawesome_theme, shibuya), install the themes extra:
furo
sphinxawesome_theme
shibuya
themes
pip install yardang[themes]
You can install from conda-forge via conda (or mamba, etc):
conda-forge
conda
mamba
conda install yardang -c conda-forge
yardang can also be built and installed from source:
yardang
git clone https://github.com/python-project-templates/yardang.git cd yardang pip install -e .