diff --git a/doc/_static/vscard-logo_128.png b/doc/_static/vscard-logo_128.png new file mode 100644 index 0000000..270deff Binary files /dev/null and b/doc/_static/vscard-logo_128.png differ diff --git a/doc/conf.py b/doc/conf.py index 340f417..21c4180 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -91,7 +91,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +html_theme = 'nature' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the @@ -110,12 +110,12 @@ html_theme = 'default' # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = "vscard-logo_128.png" # 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 = None +html_favicon = "vscard-logo_128.png" # 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, diff --git a/npa/README.dox b/npa/README.dox index ae19750..562c722 100644 --- a/npa/README.dox +++ b/npa/README.dox @@ -39,7 +39,7 @@ against use something like the following command: :: ./configure \ OPENSSL_CFLAGS="-I/path/to/openssl-1.0.0d_with_openpace-0.6/include" \ - OPENSSL_LIBS="-L/path/to/openssl-1.0.0d_with_openpace-0.6 -lcrypto"`` + OPENSSL_LIBS="-L/path/to/openssl-1.0.0d_with_openpace-0.6 -lcrypto" ===== Usage