mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Fix sphinx failing to highlight fish
This commit is contained in:
13
Makefile
13
Makefile
@@ -5,6 +5,10 @@ ifdef VERBOSE
|
|||||||
VVAL=--verbose
|
VVAL=--verbose
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef FAIL_WARN
|
||||||
|
export FAIL_WARN
|
||||||
|
endif
|
||||||
|
|
||||||
all:
|
all:
|
||||||
python3 setup.py $(VVAL)
|
python3 setup.py $(VVAL)
|
||||||
|
|
||||||
@@ -32,13 +36,16 @@ app:
|
|||||||
python3 setup.py kitty.app $(VVAL)
|
python3 setup.py kitty.app $(VVAL)
|
||||||
|
|
||||||
man:
|
man:
|
||||||
$(MAKE) FAIL_WARN=$(FAIL_WARN) -C docs man
|
$(MAKE) -C docs man
|
||||||
|
|
||||||
html:
|
html:
|
||||||
$(MAKE) FAIL_WARN=$(FAIL_WARN) -C docs html
|
$(MAKE) -C docs html
|
||||||
|
|
||||||
|
dirhtml:
|
||||||
|
$(MAKE) -C docs dirhtml
|
||||||
|
|
||||||
linkcheck:
|
linkcheck:
|
||||||
$(MAKE) FAIL_WARN=$(FAIL_WARN) -C docs linkcheck
|
$(MAKE) -C docs linkcheck
|
||||||
|
|
||||||
website:
|
website:
|
||||||
./publish.py --only website
|
./publish.py --only website
|
||||||
|
|||||||
@@ -173,6 +173,7 @@ code used for each shell below:
|
|||||||
|
|
||||||
.. literalinclude:: ../shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish
|
.. literalinclude:: ../shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish
|
||||||
:language: fish
|
:language: fish
|
||||||
|
:force:
|
||||||
|
|
||||||
.. tab:: bash
|
.. tab:: bash
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user