Belle II Software  release-05-01-25
sphinx_rtd_theme Namespace Reference

Functions

def get_html_theme_path ()
 
def setup (app)
 

Variables

string __version__ = '0.4.2'
 
string __version_full__ = __version__
 

Detailed Description

Sphinx ReadTheDocs theme.

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

Function Documentation

◆ get_html_theme_path()

def sphinx_rtd_theme.get_html_theme_path ( )
Return list of HTML theme paths.

Definition at line 12 of file __init__.py.

12 def get_html_theme_path():
13  """Return list of HTML theme paths."""
14  cur_dir = path.abspath(path.dirname(path.dirname(__file__)))
15  return cur_dir
16 
17 # See http://www.sphinx-doc.org/en/stable/theming.html#distribute-your-theme-as-a-python-package
18 
19