InstallationΒΆ
If you want to install the theme directly in your virtual environment, run:
pip install sphinx-audeering-theme
If you want to include the theme in the documentation of your project,
add a requirements.txt
in your documentation folder
and add at least these two lines:
sphinx
sphinx-audeering-theme
If you want to use a specific version like 0.3.0
:
sphinx
sphinx-audeering-theme==0.3.0