Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.db.replay
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.db.replay
Commits
0ceef43a
Commit
0ceef43a
authored
12 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Documentation now working
parent
63d7a617
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
docs/conf.py
+4
-4
4 additions, 4 deletions
docs/conf.py
localbob.cfg
+1
-0
1 addition, 0 deletions
localbob.cfg
with
6 additions
and
4 deletions
.gitignore
+
1
−
0
View file @
0ceef43a
...
...
@@ -9,3 +9,4 @@ parts
*.egg-info
src
develop-eggs
built-docs
This diff is collapsed.
Click to expand it.
docs/conf.py
+
4
−
4
View file @
0ceef43a
...
...
@@ -22,7 +22,7 @@ import sys, os
# 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
# 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 -----------------------------------------------------
...
...
@@ -141,12 +141,12 @@ if sphinx.__version__ >= "1.0":
# The name of an image file (relative to this directory) to place at the top
# 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
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# 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,
# relative to this directory. They are copied after the builtin static files,
...
...
@@ -215,7 +215,7 @@ latex_documents = [
# The name of an image file (relative to this directory) to place at the top of
# 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,
# not chapters.
...
...
This diff is collapsed.
Click to expand it.
localbob.cfg
+
1
−
0
View file @
0ceef43a
...
...
@@ -30,3 +30,4 @@ script = tests.py
recipe
=
collective.recipe.sphinxbuilder
source
=
${buildout:directory}/docs
build
=
${buildout:directory}/built-docs
interpreter
=
${buildout:directory}/bin/python
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment