mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
parent
4c63ae357a
commit
cff721afda
3 changed files with 3 additions and 0 deletions
1
sphinx_doc_src/_static/custom.css
Normal file
1
sphinx_doc_src/_static/custom.css
Normal file
|
@ -0,0 +1 @@
|
|||
.sphinxsidebar > ul.current > li.current { font-weight: bold }
|
|
@ -29,6 +29,7 @@ def setup(app):
|
|||
os.path.join(this_dir, "fish_indent_lexer.py"), lexername="FishIndentLexer"
|
||||
)
|
||||
lexers["fish-docs-samples"] = fish_indent_lexer
|
||||
app.add_css_file("custom.css")
|
||||
|
||||
|
||||
# The default language to assume
|
||||
|
|
|
@ -1856,6 +1856,7 @@ Other help pages
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
self
|
||||
commands
|
||||
design
|
||||
tutorial
|
||||
|
|
Loading…
Reference in a new issue