From aafd706a34e3d2756aa887d114c37e60de24ddee Mon Sep 17 00:00:00 2001 From: Lily Ballard Date: Sat, 30 Mar 2019 13:48:17 -0700 Subject: [PATCH] Replace Doxygen reference in README with Sphinx Also update a comment in the `make_tarball.sh` script. --- README.md | 2 +- build_tools/make_tarball.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28c60704c..5ae048545 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Compiling fish requires: * PCRE2 (headers and libraries) - a copy is included with fish * gettext (headers and libraries) - optional, for translation support -Doxygen (1.8.7 or later) is also optionally required to build the documentation from a cloned git repository. +Sphinx is also optionally required to build the documentation from a cloned git repository. ### Building from source (all platforms) - Makefile generator diff --git a/build_tools/make_tarball.sh b/build_tools/make_tarball.sh index 89789a348..d0578e006 100755 --- a/build_tools/make_tarball.sh +++ b/build_tools/make_tarball.sh @@ -2,7 +2,7 @@ # Script to generate a tarball # We use git to output a tree. But we also want to build the user documentation -# and put that in the tarball, so that nobody needs to have doxygen installed +# and put that in the tarball, so that nobody needs to have sphinx installed # to build it. # Outputs to $FISH_ARTEFACT_PATH or ~/fish_built by default