Adjust documentation for Sphinx 4.0. Discussed upstream at . diff --git a/doc/index.rst b/doc/index.rst --- a/doc/index.rst +++ b/doc/index.rst @@ -119,7 +119,6 @@ Draft designs design-hotplug.rst design-internal-shutdown.rst design-kvmd.rst - design-location.rst design-linuxha.rst design-location.rst design-lu-generated-jobs.rst diff --git a/lib/build/shell_example_lexer.py b/lib/build/shell_example_lexer.py --- a/lib/build/shell_example_lexer.py +++ b/lib/build/shell_example_lexer.py @@ -79,4 +79,4 @@ class ShellExampleLexer(RegexLexer): def setup(app): - app.add_lexer("shell-example", ShellExampleLexer()) + app.add_lexer("shell-example", ShellExampleLexer) koszko' selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-describe.sh
AgeCommit message (Expand)Author
2018-09-07Add 'guix describe'....* guix/scripts/describe.scm: New file. * Makefile.am (MODULES): Add it. (SH_TESTS): Add tests/guix-describe.sh. * po/guix/POTFILES.in: Add it. * guix/scripts/pull.scm (display-profile-content): Export. * guix/describe.scm (current-profile, current-profile-entries): Export. * tests/guix-describe.sh: New file. * doc/guix.texi (Features): Mention 'guix pull' and provenance tracking. (Invoking guix pull): Link to 'guix describe'. (Channels): Likewise. (Invoking guix describe): New node. Ludovic Courtès