Skip to main content

Sphinx theme for seeta documentations.

Project description

Sphinx Seeta Theme

This sphinx theme extends the customization of navigation and side bar for the project with complex code structures, e.g., the deep learning framework.

Installation

Install from PyPI:

pip install sphinx-seeta-theme

Or, clone this repository to local disk and install:

cd sphinx_seeta_theme && pip instsall .

You can also install from the remote repository:

pip install git+ssh://git@github.com/seetaresearch/sphinx_seeta_theme.git

Configuration

Theme options

For example:

html_theme_options = {
    'navbar_links': {
        'Install': '/install/index.html'
        'API': [
            ('master', '/api/master/index.html'),
            ('v1.0.0', '/api/v1.0.0/index.html'),
        ],
        'Github': 'https://github.com/seetaresearch/sphinx_seeta_theme',
    },
    'navbar_logo_link': '/index.html',
    'sidebar_title': 'v1.0.0',
    'sidebar_title_link': '/versions/index.html',
    'breadcrumb_links': [
        ('Project', '/index.html'),
        ('API', '/versions/index.html'),
        ('v1.0.0', '/api/v1.0.0/index.html'),
    ],
}

License

BSD 2-Clause license

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

sphinx_seeta_theme-0.1.0-py3-none-any.whl (3.0 MB view details)

Uploaded Python 3

File details

Details for the file sphinx_seeta_theme-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for sphinx_seeta_theme-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ba5c8db03382784b06f33143d6780c84882041a110b4f66e64f7cb98b65b4fc4
MD5 149ad9c33674b852d8fc72da4a880514
BLAKE2b-256 6fd6556dcd37a6f981099f02c73b9ef58a19ff6fe09bf8722981739bb46925e6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page