mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Replace Doxygen reference in README with Sphinx
Also update a comment in the `make_tarball.sh` script.
This commit is contained in:
parent
95ab71c456
commit
aafd706a34
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue