diff options
| author | Nicholas Car <nicholas.car@csiro.au> | 2020-04-17 01:37:06 +1000 |
|---|---|---|
| committer | Nicholas Car <nicholas.car@csiro.au> | 2020-04-17 01:37:06 +1000 |
| commit | 9c8843a66b627c421e652edbc11e8cca6f17450e (patch) | |
| tree | a9cb01cebf195cec830e67306e0bb54a2117388e | |
| parent | 8dce2dd9b2162d949cd26ba958c58d23410f1a81 (diff) | |
| download | rdflib-improved_docco_style.tar.gz | |
add sphinx.ext.apidoc for Issue #938improved_docco_style
| -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 0e0d56ef..c9b2bb50 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,6 +27,7 @@ sys.path.append(os.path.abspath("..")) # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. # extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.doctest'] extensions = [ + "sphinx.ext.apidoc", "sphinx.ext.autodoc", #'sphinx.ext.autosummary', "sphinx.ext.doctest", |
