Skip to content

Commit

Permalink
doc: make smartypants work in Sphinx theme
Browse files Browse the repository at this point in the history
  • Loading branch information
arximboldi committed Jan 18, 2017
1 parent e8b784d commit 4b82bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def setup(app):

# General information about the project.
project = u'immer'
copyright = u'2016, Juan Pedro Bolivar Puente'
copyright = u'2016, 2017 Juan Pedro Bolivar Puente'
author = u'Juan Pedro Bolivar Puente'

raw_enabled = True
Expand Down Expand Up @@ -136,7 +136,6 @@ def setup(app):
# a list of builtin themes.
#
import guzzle_sphinx_theme
html_translator_class = 'guzzle_sphinx_theme.HTMLTranslator'
html_theme_path = guzzle_sphinx_theme.html_theme_path()
html_theme = 'guzzle_sphinx_theme'
extensions.append("guzzle_sphinx_theme")
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/sphinx-doc/sphinx
git+https://github.com/michaeljones/breathe
recommonmark
guzzle_sphinx_theme
git+https://github.com/tbekolay/guzzle_sphinx_theme@use_smartypants

0 comments on commit 4b82bbb

Please sign in to comment.