File: PKG-INFO

package info (click to toggle)
jupyter-sphinx-theme 0.0.6%2Bds1-13
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 308 kB
  • sloc: makefile: 168; python: 119; sh: 6
file content (41 lines) | stat: -rw-r--r-- 1,294 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Metadata-Version: 1.1
Name: jupyter-sphinx-theme
Version: 0.0.6
Summary: Jupyter Sphinx Theme.
Home-page: http://github.com/jupyter/sphinx-theme
Author: Ryan Roemer, Project Jupyter, and contributors
Author-email: jupyter@googlegroups.com
License: UNKNOWN
Description: # jupyter-sphinx-theme
        A Jupyter [Sphinx](http://www.sphinx-doc.org/en/stable/) theme for narrative
        documentation.
        
        ## Installation
        Install the package using PIP:
        
        ```bash
        pip install jupyter_sphinx_theme
        ```
        
        Edit the "conf.py" configuration file to point to the jupyter theme:
        
        ```python
        # At the top.
        from jupyter_sphinx_theme import *
        init_theme()
        
        # ...
        
        # Comment out the `html_theme =` line
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Documentation