Skip to content

Commit ba04e61

Browse files
committed
change sphinx theme to default
1 parent 1f78c34 commit ba04e61

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

docs/conf.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
#
1212
# All configuration values have a default; values that are commented out
1313
# serve to show the default.
14-
import itcase_sphinx_theme
15-
1614
from datetime import date
1715
from docutils.parsers.rst import directives
1816
from sphinx.directives.code import CodeBlock
@@ -53,14 +51,6 @@
5351

5452
# -- Options for HTML output ----------------------------------------------
5553

56-
# The theme to use for HTML and HTML Help pages. See the documentation for
57-
# a list of builtin themes.
58-
html_theme = 'itcase'
59-
60-
# Add any paths that contain custom themes here, relative to this directory.
61-
html_theme_path = [itcase_sphinx_theme.get_html_themes_path()]
62-
63-
# Add any paths that contain custom static files (such as style sheets) here,
6454
# relative to this directory. They are copied after the builtin static files,
6555
# so a file named "default.css" will overwrite the builtin "default.css".
6656
html_static_path = ['_static']

requirements-docs.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
sqlalchemy_mptt
2-
itcase_sphinx_theme>=0.2.0

0 commit comments

Comments
 (0)