summaryrefslogtreecommitdiff
path: root/doc/source/user/sphinxpolicygen.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/user/sphinxpolicygen.rst')
-rw-r--r--doc/source/user/sphinxpolicygen.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/user/sphinxpolicygen.rst b/doc/source/user/sphinxpolicygen.rst
index e39f70a..227dbad 100644
--- a/doc/source/user/sphinxpolicygen.rst
+++ b/doc/source/user/sphinxpolicygen.rst
@@ -23,7 +23,7 @@ where:
``policy_generator_config_file``
Path to an configuration file used with the ``oslopolicy-sample-generator``
- utility. This can be an full path or a value relative to the documentation
+ utility. This can be a full path or a value relative to the documentation
source directory (``app.srcdir``). If this option is not specified or is
invalid then the sample policy file generation will be skipped.
@@ -34,8 +34,8 @@ where:
``sample_policy_basename``
Base name of the output file. This name will be appended with a
- ``.policy.yaml.sample`` extension to generate the final output file and the
- path is relative to documentation source directory (``app.srcdir``). As such,
+ ``.policy.yaml.sample`` extension to generate the final output file, and the
+ path is relative to the documentation source directory (``app.srcdir``). As such,
using the above example, the policy file will be output to
``_static/nova.policy.yaml.sample``. If this option is not specified, the
file will be output to ``sample.policy.yaml``.