diff options
author | tgingold <tgingold@users.noreply.github.com> | 2022-12-24 11:09:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-24 11:09:02 +0100 |
commit | fd0c0bc0b8357f58d44f9b7e03367d5c2e3e906f (patch) | |
tree | 08fbc4aee98f7a4a7cf5c8497fca8e2ad6ea3b0d /doc/prolog.inc | |
parent | 5bca94f83b0d44297f943ff0d0237ec216fc29e9 (diff) | |
parent | 2cfa55afd77e9d561a44f6adba827eadfbc87c22 (diff) | |
download | ghdl-fd0c0bc0b8357f58d44f9b7e03367d5c2e3e906f.tar.gz ghdl-fd0c0bc0b8357f58d44f9b7e03367d5c2e3e906f.tar.bz2 ghdl-fd0c0bc0b8357f58d44f9b7e03367d5c2e3e906f.zip |
Merge pull request #2283 from Paebbels/paebbels/doc
Sphinx updates
Diffstat (limited to 'doc/prolog.inc')
-rw-r--r-- | doc/prolog.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/prolog.inc b/doc/prolog.inc index 7297d9939..6c89551e4 100644 --- a/doc/prolog.inc +++ b/doc/prolog.inc @@ -12,3 +12,7 @@ .. |hr| raw:: html <hr /> + +.. role:: pycode(code) + :language: python + :class: highlight |