Metadata-Version: 2.1
Name: nltk_theme
Version: 2.0.2
Summary: Clean, minimalist Sphinx theme for NLTK, based on Insegel
Home-page: https://github.com/tomaarsen/nltk_theme
Author: Mika Naylor (Autophagy), Tom Aarsen
Author-email: mail@autophagy.io
License: MIT
Description: # NLTK Theme
        
        NLTK Theme is a [Sphinx](https://www.sphinx-doc.org/en/master/) theme forked from the wonderful [Insegel](https://github.com/autophagy/insegel/), designed for the [NLTK](https://github.com/nltk/nltk) documentation. Feel free to have a look at the [theme documentation](https://tomaarsen.github.io/nltk_theme) or look at the theme in action over at [tomaarsen.com/nltk](https://www.tomaarsen.com/nltk).
        
        ![theme_screenshot](https://user-images.githubusercontent.com/37621491/136219826-7e7a2326-8afb-4890-addf-62588f1a14c9.png)
        
        ---
        
        ### Installation
        
        This theme is not necessarily intended for reuse. I would advise looking at [Insegel](https://github.com/autophagy/insegel/) if you'd like to use a similar theme.
        
        That said, you may install it via pip:
        ```
        pip install nltk_theme
        ```
        Then, you can tell Sphinx to use the theme by adding:
        ```
        html_theme = 'nltk_theme'
        ```
        to your project's `conf.py`.
        
Platform: UNKNOWN
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Theme
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Description-Content-Type: text/markdown
