Skip to main content

Theme for Sphinx from Rosix projects.

Project description

About

RosixDocs - it’s theme for Sphinx from Rosix projects.

https://bytebucket.org/djbaldey/rosixdocs/raw/default/screen.png

Usage

# in your conf.py

...

html_theme = 'default'
#html_theme_path = []

try:
    from rosixdocs import get_themes_path
    html_theme_path = [ get_themes_path() ]
    html_theme = 'html'
except:
    pass

...

Project details


Download files

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

Source Distribution

rosixdocs-0.1.3.tar.gz (524.7 kB view hashes)

Uploaded Source

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