Belle II Software  release-08-01-10
sphinx_rtd_theme Namespace Reference

Functions

def get_html_theme_path ()
 
def config_initiated (app, config)
 
def setup (app)
 

Variables

string __version__ = '1.0.0alpha1'
 
string __version_full__ = __version__
 
 logger = getLogger(__name__)
 

Detailed Description

Sphinx Read the Docs 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 21 of file __init__.py.

21 def get_html_theme_path():
22  """Return list of HTML theme paths."""
23  cur_dir = path.abspath(path.dirname(path.dirname(__file__)))
24  return cur_dir
25 
26