summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorColleen Murphy <colleen.murphy@suse.de>2019-07-05 16:38:15 -0700
committerColleen Murphy <colleen.murphy@suse.de>2019-07-05 16:41:34 -0700
commitab2eb59068d1f486df40573da93fb167c859429e (patch)
treea676ee58e435941f8d9e53e448e9b56a21167bd3 /setup.cfg
parent8980f25545cb5e781dbe484b577f47455b775611 (diff)
downloadpycadf-ab2eb59068d1f486df40573da93fb167c859429e.tar.gz
Removes temporary fix for doc generation
A temporary fix was added to get around a bug in how pbr handles its autodoc_tree_index_modules setting. Since this bug is fixed we no longer need the work around. This change is needed since the workaround is now incompatible with the latest version of Sphinx. See also[1][2]. [1] https://review.opendev.org/191633 [2] https://review.opendev.org/121667 Change-Id: Idf9dc73d99b4233f49effe24aa047959b1a2ef2c
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index dcaea9c..4635dfb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -47,5 +47,5 @@ upload-dir = doc/build/html
[pbr]
warnerrors = True
-#autodoc_tree_index_modules = True
-#autodoc_tree_root = ./pycadf
+autodoc_tree_index_modules = True
+autodoc_tree_root = ./pycadf