Via the Repo
To use the nltk_theme
theme from the Github repo, you can install via pip:
Or, you can add it to your documentations’ pip requirements file.
You can then set Sphinx to use the theme via:
html_theme = 'nltk_theme'
within your documentations conf.py
.