File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515import sys
1616import os
1717
18- import alabaster # radix
19-
2018# If extensions (or modules to document with autodoc) are in another directory,
2119# add these directories to sys.path here. If the directory is relative to the
2220# documentation root, use os.path.abspath to make it absolute, like shown here.
3331extensions = [
3432 'sphinx.ext.autodoc' ,
3533 'sphinx.ext.viewcode' ,
36- 'alabaster' , # radix
3734]
3835
3936# RADIX CUSTOMIZATION
107104
108105# The theme to use for HTML and HTML Help pages. See the documentation for
109106# a list of builtin themes.
110- html_theme = 'alabaster'
107+ # html_theme = 'alabaster'
111108
112109# Theme options are theme-specific and customize the look and feel of a theme
113110# further. For a list of options available for each theme, see the
114111# documentation.
115112#html_theme_options = {}
116113
117114# Add any paths that contain custom themes here, relative to this directory.
118- html_theme_path = [alabaster .get_path ()] # radix
115+ # html_theme_path = [alabaster.get_path()] # radix
119116
120117# The name for this set of Sphinx documents. If None, it defaults to
121118# "<project> v<release> documentation".
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments