Skip to content

Commit 4c5770d

Browse files
committed
Change docs' theme
1 parent 4023e3d commit 4c5770d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# -- General configuration -----------------------------------------------------
2525

2626
# If your documentation needs a minimal Sphinx version, state it here.
27-
needs_sphinx = '1.1'
27+
needs_sphinx = '1.3'
2828

2929
# Add any Sphinx extension module names here, as strings. They can be extensions
3030
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
@@ -95,7 +95,7 @@
9595

9696
# The theme to use for HTML and HTML Help pages. See the documentation for
9797
# a list of builtin themes.
98-
html_theme = 'sphinxdoc'
98+
html_theme = 'alabaster'
9999

100100
# Theme options are theme-specific and customize the look and feel of a theme
101101
# further. For a list of options available for each theme, see the

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
libsass
2-
=======
1+
libsass-python
2+
==============
33

44
This package provides a simple Python extension module :mod:`sass` which is
55
binding Libsass_ (written in C/C++ by Hampton Catlin and Aaron Leung).

0 commit comments

Comments
 (0)