Replace Doxygen reference in README with Sphinx

Also update a comment in the `make_tarball.sh` script.
This commit is contained in:
Lily Ballard 2019-03-30 13:48:17 -07:00 committed by David Adam
parent 95ab71c456
commit aafd706a34
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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