From 076a4498c6ce96adf677dd9fd1e34b3ca5f9fe8d Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Tue, 20 Sep 2016 20:04:44 +1200 Subject: [PATCH] Fix html rendering of apache and nginx config file paths. Sphinx doesn't allow substitutions in verbatim (double backticks) blocks. This caused the substitutions to not be expanded. See http://docs.ckan.org/en/latest/maintaining/installing/deployment.html at the start of sections 6 and 8. --- doc/maintaining/installing/deployment.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/maintaining/installing/deployment.rst b/doc/maintaining/installing/deployment.rst index 3f452072339..8f7bd183031 100644 --- a/doc/maintaining/installing/deployment.rst +++ b/doc/maintaining/installing/deployment.rst @@ -112,7 +112,7 @@ CKAN to run in). 6. Create the Apache config file -------------------------------- -Create your site's Apache config file at ``|apache_config_file|``, with the +Create your site's Apache config file at |apache_config_file|, with the following contents: .. parsed-literal:: @@ -203,7 +203,7 @@ Open ``/etc/apache2/ports.conf``. We need to replace the default port 80 with th 8. Create the Nginx config file ------------------------------- -Create your site's Nginx config file at ``|nginx_config_file|``, with the +Create your site's Nginx config file at |nginx_config_file|, with the following contents: .. parsed-literal::