Skip to content

Commit b6bbad0

Browse files
committed
Remove old rtd theme. Use pyramid theme on local builds. Default on readthedocs.
1 parent 20f0b47 commit b6bbad0

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11

2-
[submodule "doc/_themes"]
3-
path = doc/_themes
4-
url = https://github.com/ericholscher/readthedocs-sphinx.git

doc/_themes

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
if on_rtd:
115115
html_theme = 'default'
116116
else:
117-
html_theme = 'rtd'
117+
html_theme = 'pyramid'
118118

119119
#html_theme = 'sphinx_rtd_theme'
120120

0 commit comments

Comments
 (0)