7bf7619104a832f8d46861b3a6de3d59714b7f4d
This change removes the soon-to-be unused "warnerrors" setting, which will be replaced by "warning-is-error" in sphinx releases >= 1.5.[0] This also pre-emptively fixes most warnings that came up when testing with sphinx >= 1.5: - Multiple cases of Opts - Redundant loading of todo extension Added a comment to not to enable the new sphinx setting until the issues with Changlog building are fixed. Added setup.py to the list of files to ignore when building docs. [0] http://lists.openstack.org/pipermail/openstack-dev/2017-March/113085.html Change-Id: Ia0079c6b551dd3896bc3d922a477f927757bd61b
Team and repository tags
keystoneauth
This package contains tools for authenticating to an OpenStack-based cloud. These tools include:
- Authentication plugins (password, token, and federation based)
- Discovery mechanisms to determine API version support
- A session that is used to maintain client settings across requests (based on the requests Python library)
Further information:
- Free software: Apache license
- Documentation: https://docs.openstack.org/developer/keystoneauth
- Source: https://git.openstack.org/cgit/openstack/keystoneauth
- Bugs: https://bugs.launchpad.net/keystoneauth
Description