diff options
| author | Nicholas Car <nicholas.car@surroundaustralia.com> | 2022-01-22 17:44:07 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-22 17:44:07 +1000 |
| commit | d3f945380dfef7bbdbb34de92fa9909d42cd851a (patch) | |
| tree | a3f8ac60a3351fdbcbf99c8a668af869c9890a7f /docs/conf.py | |
| parent | c6eccdcb414634399e89ab607a92a16c72ff61f4 (diff) | |
| parent | f87188bebef1baad3adc31366e4cff84d7848617 (diff) | |
| download | rdflib-master.tar.gz | |
Merge pull request #1682 from aucampia/iwana-20220122T0047-term_class_diagmaster
Add a class diagram for terms.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 6c170963..e8abde75 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,6 +37,7 @@ extensions = [ "sphinx.ext.ifconfig", "sphinx.ext.viewcode", "myst_parser", + "sphinxcontrib.kroki", ] apidoc_module_dir = "../rdflib" |
