Sha256: 1e705f9fc022158f2835b5fe6f06617470da0f2b2803c7f2a2038289db13f56b

Contents?: true

Size: 371 Bytes

Versions: 15

Compression:

Stored size: 371 Bytes

Contents

"""Sphinx ReadTheDocs theme.

From https://github.com/ryan-roemer/sphinx-bootstrap-theme.

"""
import os

VERSION = (0, 1, 5)

__version__ = ".".join(str(v) for v in VERSION)
__version_full__ = __version__


def get_html_theme_path():
    """Return list of HTML theme paths."""
    cur_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
    return cur_dir

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
roroacms-0.0.8.5 docs/_themes/roroa_rtd_theme/__init__.py
roroacms-0.0.8.4 docs/_themes/roroa_rtd_theme/__init__.py
roroacms-0.0.8.3 docs/_themes/roroa_rtd_theme/__init__.py
roroacms-0.0.8.2 docs/_themes/roroa_rtd_theme/__init__.py
roroacms-0.0.8.1 docs/_themes/roroa_rtd_theme/__init__.py
roroacms-0.0.8 docs/_themes/roroa_rtd_theme/__init__.py
roroacms-0.0.7.10 docs/_themes/roroa_rtd_theme/__init__.py
roroacms-0.0.7.8 docs/_themes/roroa_rtd_theme/__init__.py
roroacms-0.0.7.7 docs/_themes/roroa_rtd_theme/__init__.py
roroacms-0.0.7.6 docs/_themes/roroa_rtd_theme/__init__.py
roroacms-0.0.7.5 docs/_themes/roroa_rtd_theme/__init__.py
roroacms-0.0.7.4 docs/_themes/roroa_rtd_theme/__init__.py
roroacms-0.0.7.3 docs/_themes/roroa_rtd_theme/__init__.py
roroacms-0.0.7.2 docs/_themes/roroa_rtd_theme/__init__.py
kameleon-builder-2.1.3 docs/source/_themes/sphinx_rtd_theme/__init__.py