Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Feb 11, 2012
1 parent 8e19670 commit 2f8010a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion community/codestyle.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ near the top of your Sphinx ``conf.py``:
sys.path.append(os.path.abspath(parent)) sys.path.append(os.path.abspath(parent))
os.chdir(parent) os.chdir(parent)
sys.path.append(os.path.abspath('_themes'))
html_theme_path = ['_themes'] html_theme_path = ['_themes']
html_theme = 'pylons' html_theme = 'pylons'
html_theme_options = {github_url:'https://github.com/Pylons/yourprojname'} html_theme_options = {github_url:'https://github.com/Pylons/yourprojname'}
Expand Down

0 comments on commit 2f8010a

Please sign in to comment.