Skip to content
Snippets Groups Projects
Commit 0ceef43a authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Documentation now working

parent 63d7a617
No related branches found
No related tags found
No related merge requests found
...@@ -9,3 +9,4 @@ parts ...@@ -9,3 +9,4 @@ parts
*.egg-info *.egg-info
src src
develop-eggs develop-eggs
built-docs
...@@ -22,7 +22,7 @@ import sys, os ...@@ -22,7 +22,7 @@ import sys, os
# If extensions (or modules to document with autodoc) are in another directory, # 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 # add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here. # documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.')) sys.path.insert(0, os.path.abspath('..'))
# -- General configuration ----------------------------------------------------- # -- General configuration -----------------------------------------------------
...@@ -141,12 +141,12 @@ if sphinx.__version__ >= "1.0": ...@@ -141,12 +141,12 @@ if sphinx.__version__ >= "1.0":
# The name of an image file (relative to this directory) to place at the top # The name of an image file (relative to this directory) to place at the top
# of the sidebar. # of the sidebar.
html_logo = '@CMAKE_SOURCE_DIR@/doc/img/bob+reflection-sphinx.png' html_logo = ''
# The name of an image file (within the static path) to use as favicon of the # The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large. # pixels large.
html_favicon = '@CMAKE_SOURCE_DIR@/doc/img/favicon.ico' html_favicon = ''
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files,
...@@ -215,7 +215,7 @@ latex_documents = [ ...@@ -215,7 +215,7 @@ latex_documents = [
# The name of an image file (relative to this directory) to place at the top of # The name of an image file (relative to this directory) to place at the top of
# the title page. # the title page.
latex_logo = '@CMAKE_SOURCE_DIR@/doc/img/bob.pdf' latex_logo = ''
# For "manual" documents, if this is true, then toplevel headings are parts, # For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters. # not chapters.
......
...@@ -30,3 +30,4 @@ script = tests.py ...@@ -30,3 +30,4 @@ script = tests.py
recipe = collective.recipe.sphinxbuilder recipe = collective.recipe.sphinxbuilder
source = ${buildout:directory}/docs source = ${buildout:directory}/docs
build = ${buildout:directory}/built-docs build = ${buildout:directory}/built-docs
interpreter = ${buildout:directory}/bin/python
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment