Skip to content

Commit ae45b60

Browse files
committed
drop alabaster
1 parent 19ed13b commit ae45b60

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
import sys
1616
import 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.
@@ -33,7 +31,6 @@
3331
extensions = [
3432
'sphinx.ext.autodoc',
3533
'sphinx.ext.viewcode',
36-
'alabaster', # radix
3734
]
3835

3936
# RADIX CUSTOMIZATION
@@ -107,15 +104,15 @@
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".

rtd-requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)