Skip to content

Commit

Permalink
fixed docs conf typos
Browse files Browse the repository at this point in the history
  • Loading branch information
blaflamme committed Oct 17, 2011
1 parent d92c0e5 commit fe88fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ help:
clean:
-rm -rf _build/*

html: _themes/
html: _themes
mkdir -p _build/html _build/doctrees
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html
@echo
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
sys.path.append(os.path.abspath('_themes'))
html_theme_path = ['_themes']
html_theme = 'pyramid'
html_theme_options = dict(github_url='http://github.com/Pylons/pyramid_debugtoolbar')
html_theme_options = dict(github_url='https://github.com/Pylons/pyramid_debugtoolbar')

# The style sheet to use for HTML and HTML Help pages. A file of that name
# must exist either in Sphinx' static/ path, or in one of the custom paths
Expand Down

0 comments on commit fe88fa8

Please sign in to comment.