Skip to content

Commit

Permalink
Remove doc submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 14, 2013
1 parent 62d0cdc commit 4cdf9b7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
@@ -1,3 +0,0 @@
[submodule "doc/_themes"]
path = doc/_themes
url = https://github.com/ericholscher/readthedocs-sphinx.git
1 change: 0 additions & 1 deletion doc/_themes
Submodule _themes deleted from 8844c8
3 changes: 1 addition & 2 deletions doc/conf.py
Expand Up @@ -15,7 +15,6 @@

sys.path.append(os.path.abspath('.'))
sys.path.append(os.path.abspath('..'))
sys.path.append(os.path.abspath('_themes'))

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down Expand Up @@ -99,7 +98,7 @@
if on_rtd:
html_theme = 'default'
else:
html_theme = 'rtd'
html_theme = 'pyramid'

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

0 comments on commit 4cdf9b7

Please sign in to comment.