Fix warnings in docstrings
When generating the docs some warnings were generated. Also, configure doc build so that if there are warnings, the build will fail. Change-Id: I7e10499294cf1f06f766cbff392e9de32ea48e5a
This commit is contained in:
parent
0b3aee8cc6
commit
14c955cf6d
@ -152,9 +152,9 @@ def set_defaults(conf, connection=None, sqlite_db=None,
|
||||
|
||||
:keyword connection: SQL connection string.
|
||||
Valid SQLite URL forms are:
|
||||
* sqlite:///:memory: (or, sqlite://)
|
||||
* sqlite:///relative/path/to/file.db
|
||||
* sqlite:////absolute/path/to/file.db
|
||||
* sqlite:///:memory: (or, sqlite://)
|
||||
* sqlite:///relative/path/to/file.db
|
||||
* sqlite:////absolute/path/to/file.db
|
||||
:type connection: str
|
||||
|
||||
:keyword sqlite_db: path to SQLite database file.
|
||||
|
@ -842,7 +842,6 @@ class LegacyEngineFacade(object):
|
||||
"""A helper class for removing of global engine instances from oslo.db.
|
||||
|
||||
.. deprecated::
|
||||
|
||||
EngineFacade is deprecated. Please use
|
||||
oslo.db.sqlalchemy.enginefacade for new development.
|
||||
|
||||
|
@ -166,7 +166,7 @@ class WalkVersionsMixin(object):
|
||||
|
||||
If we have ordered migrations 123abc, 456def, 789ghi and we run
|
||||
upgrading with the `snake_walk` argument set to `True`, the
|
||||
migrations will be applied in the following order:
|
||||
migrations will be applied in the following order::
|
||||
|
||||
`123abc => 456def => 123abc =>
|
||||
456def => 789ghi => 456def => 789ghi`
|
||||
|
Loading…
Reference in New Issue
Block a user