diff options
Diffstat (limited to 'databases/cassandra3/files/patch-doc_Makefile')
-rw-r--r-- | databases/cassandra3/files/patch-doc_Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/databases/cassandra3/files/patch-doc_Makefile b/databases/cassandra3/files/patch-doc_Makefile index 05538e9bfb6c..7f83c34a50e4 100644 --- a/databases/cassandra3/files/patch-doc_Makefile +++ b/databases/cassandra3/files/patch-doc_Makefile @@ -1,14 +1,5 @@ ---- doc/Makefile.orig 2019-02-02 22:06:43 UTC +--- doc/Makefile.orig 2020-10-27 14:38:56 UTC +++ doc/Makefile -@@ -3,7 +3,7 @@ - - # You can set these variables from the command line. - SPHINXOPTS = --SPHINXBUILD = sphinx-build -+SPHINXBUILD = sphinx-build-2.7 - PAPER = - BUILDDIR = build - @@ -17,7 +17,7 @@ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) s YAML_DOC_INPUT=../conf/cassandra.yaml YAML_DOC_OUTPUT=source/configuration/cassandra_config_file.rst |