Skip to content

Commit

Permalink
Merge branch 'master' into delta-client-identity
Browse files Browse the repository at this point in the history
  • Loading branch information
numbat committed Feb 21, 2017
2 parents 36c6b22 + 6b87e3d commit 7205664
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/_static/style.css
@@ -0,0 +1,21 @@
/*
*
* Copyright 2017 Covata Limited or its affiliates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/

img.badge {
width: auto;
}
3 changes: 3 additions & 0 deletions docs/conf.py
Expand Up @@ -127,6 +127,9 @@
html_static_path = ['_static']


def setup(app):
app.add_stylesheet('style.css')

# -- Options for HTMLHelp output ------------------------------------------

# Output file base name for HTML help builder.
Expand Down
3 changes: 3 additions & 0 deletions docs/index.rst
Expand Up @@ -55,9 +55,12 @@ license <http://www.apache.org/licenses/LICENSE-2.0.html>`__.
.. |Build Status|
image:: https://travis-ci.org/Covata/delta-sdk-python.svg?branch=master
:target: https://travis-ci.org/Covata/delta-sdk-python
:class: badge
.. |Coverage Status|
image:: https://coveralls.io/repos/github/Covata/delta-sdk-python/badge.svg
:target: https://coveralls.io/github/Covata/delta-sdk-python
:class: badge
.. |Documentation Status|
image:: https://readthedocs.org/projects/delta-sdk-python/badge/?version=latest
:target: http://delta-sdk-python.readthedocs.io/en/latest/?badge=latest
:class: badge

0 comments on commit 7205664

Please sign in to comment.