Elgg
Version 6.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
docs
_themes
elgg_rtd_theme
__init__.py
Go to the documentation of this file.
1
"""Elgg ReadTheDocs theme.
2
3
Based on https://github.com/ryan-roemer/sphinx-bootstrap-theme.
4
5
"""
6
import
os
7
8
VERSION = (0, 1, 5)
9
10
__version__ =
"."
.join(str(v)
for
v
in
VERSION)
11
__version_full__ = __version__
12
13
14
def
get_html_theme_path
():
15
"""Return list of HTML theme paths."""
16
cur_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
17
return
cur_dir
elgg_rtd_theme.get_html_theme_path
def get_html_theme_path()
Definition:
__init__.py:14
Generated on Wed Dec 4 2024 00:00:19 for Elgg by
1.8.11