Skip to content

Commit

Permalink
Doc/packaging fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed May 30, 2013
1 parent d106166 commit f2fca3d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Expand Up @@ -3,6 +3,8 @@ include test/*.py
include doc/source/*.rst
include doc/Makefile
include doc/source/conf.py
include doc/source/_static/*.css
include doc/source/_templates/*.html

include README.rst

Expand Down
6 changes: 6 additions & 0 deletions doc/source/_static/akdoc.css
Expand Up @@ -51,3 +51,9 @@ h3 {
a.headerlink:hover {
text-decoration: none;
}

blockquote p {
font-size: 100%;
font-weight: normal;
line-height: normal;
};
12 changes: 3 additions & 9 deletions doc/source/conf.py
Expand Up @@ -14,18 +14,11 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os

# If your extensions are in another directory, add it here. If the directory
# is relative to the documentation root, use os.path.abspath to make it
# absolute, like shown here.
#sys.path.append(os.path.abspath('.'))

env_activator = os.path.expanduser(
"~/dam/research/software/env/bin/activate_this.py")
if os.path.exists(env_activator):
execfile(env_activator, dict(__file__=env_activator))

# General configuration
# ---------------------

Expand Down Expand Up @@ -115,8 +108,9 @@
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
'navbar_fixed_top': "true",
'navbar_class': "navbar navbar-inverse",
"navbar_fixed_top": "true",
"navbar_class": "navbar navbar-inverse",
"navbar_site_name": "Contents",
}
# 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 f2fca3d

Please sign in to comment.