summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-06-22 10:39:07 +0200
committerMatthias Runge <mrunge@redhat.com>2020-07-02 06:46:33 +0000
commitac9013a343a1d534365ddcf88c5a104f0b5161f0 (patch)
tree9d922a902655938e269e21b4a2a56e71e17b5179
parent0476a72375805c6ec689c0baab1c445ccab9ffa3 (diff)
downloadceilometer-ac9013a343a1d534365ddcf88c5a104f0b5161f0.tar.gz
Fix PDF build
Do not include ceilometer.conf.sample since PDF building fails with the large file. This fix PDF building of openstack-tox-docs job. Change-Id: Idaf811f71bab0b49de5b68a6a69a7872cb481ffb (cherry picked from commit 89969ec0a919a3a5ea9f4cee7e9b128c5fe0804d) (cherry picked from commit 96dcc2cbc22ec9efa98eb75771ba3154bc881bba)
-rw-r--r--doc/source/configuration/index.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/source/configuration/index.rst b/doc/source/configuration/index.rst
index 2c9cc9bb..32dc287c 100644
--- a/doc/source/configuration/index.rst
+++ b/doc/source/configuration/index.rst
@@ -17,8 +17,10 @@ can be easily created by running::
--config-file=/etc/ceilometer/ceilometer-config-generator.conf \
--output-file=/etc/ceilometer/ceilometer.conf
-The following is a sample Ceilometer configuration for adaptation and use.
-It is auto-generated from Ceilometer when this documentation is built, and
-can also be viewed in `file form <_static/ceilometer.conf.sample>`_.
+.. only:: html
-.. literalinclude:: ../_static/ceilometer.conf.sample
+ The following is a sample Ceilometer configuration for adaptation and use.
+ It is auto-generated from Ceilometer when this documentation is built, and
+ can also be viewed in `file form <_static/ceilometer.conf.sample>`_.
+
+ .. literalinclude:: ../_static/ceilometer.conf.sample