Skip to content

Commit ed975b4

Browse files
committed
Added themes.
1 parent 757968e commit ed975b4

19 files changed

+364
-4
lines changed

.gitignore

100644100755
File mode changed.

CONTRIB

100644100755
File mode changed.

LICENSE

100644100755
File mode changed.

Makefile

100644100755
File mode changed.

README

100644100755
File mode changed.

source/conf.py

100644100755
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,8 @@
8080
# Options for HTML output
8181
# -----------------------
8282

83-
# The style sheet to use for HTML and HTML Help pages. A file of that name
84-
# must exist either in Sphinx' static/ path, or in one of the custom paths
85-
# given in html_static_path.
86-
html_style = 'default.css'
83+
html_theme = "sphinxdoc2"
84+
html_theme_path = ["../themes/"]
8785

8886
# The name for this set of Sphinx documents. If None, it defaults to
8987
# "<project> v<release> documentation".

source/contents.txt

100644100755
File mode changed.

source/index.txt

100644100755
File mode changed.

source/misc.txt

100644100755
File mode changed.

source/models.txt

100644100755
File mode changed.

0 commit comments

Comments
 (0)