Merge "Turn on warning-is-error in sphinx build"

This commit is contained in:
Jenkins 2017-06-28 15:03:17 +00:00 committed by Gerrit Code Review
commit 8ffccb5cb4
6 changed files with 2 additions and 24 deletions

View File

@ -1 +0,0 @@
.. include:: ../../CONTRIBUTING.rst

View File

@ -7,9 +7,6 @@ Contents:
:maxdepth: 2
readme
installation
usage
contributing
Indices and tables
==================

View File

@ -1,12 +0,0 @@
============
Installation
============
At the command line::
$ pip install python-solumclient
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv python-solumclient
$ pip install python-solumclient

View File

@ -1 +1 @@
.. include:: ../README.rst
.. include:: ../../README.rst

View File

@ -1,7 +0,0 @@
========
Usage
========
To use python-solumclient in a project::
import solumclient

View File

@ -32,6 +32,7 @@ console_scripts =
source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1
[upload_sphinx]
upload-dir = doc/build/html