Skip to content

Commit

Permalink
tabbed example code
Browse files Browse the repository at this point in the history
  • Loading branch information
polyester committed May 16, 2016
1 parent 6d1e631 commit 44e4991
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ develop = .
sources-dir = extras
auto-checkout =
# plone.rest
sphinxcontrib-osexample

[instance]
recipe = plone.recipe.zope2instance
Expand Down Expand Up @@ -70,7 +71,9 @@ interpreter = ${buildout:directory}/bin/${sphinx-python:interpreter}

[sphinx-python]
recipe = zc.recipe.egg
eggs = sphinxcontrib-httpdomain
eggs =
sphinxcontrib-httpdomain
sphinxcontrib-osexample
interpreter = sphinxPython

[deploy-to-heroku]
Expand All @@ -83,3 +86,4 @@ mode = 755

[sources]
plone.rest = git git://github.com/plone/plone.rest.git pushurl=git@github.com:plone/plone.rest.git branch=master
sphinxcontrib-osexample = git https://github.com/svx/sphinxcontrib-osexample.git branch=plone
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinxcontrib.httpdomain']
extensions = ['sphinxcontrib.httpdomain','sphinxcontrib.osexample']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
1 change: 1 addition & 0 deletions docs/source/readthedocs-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-e git+https://github.com/svx/sphinxcontrib-osexample.git@plone#egg=sphinxcontrib-osexample

0 comments on commit 44e4991

Please sign in to comment.