Skip to content

Commit 0b1d2f2

Browse files
committed
Enable module names in docs
Previously disabled because they didn't work well with a previous theme, but the lack of module names was making it hard to actually determine where a function, class, etc was importable from.
1 parent 6faeeaa commit 0b1d2f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
html_static_path = ['_static']
6666

6767

68-
add_module_names = False
69-
68+
# Options for generated documentation
69+
add_module_names = True
7070

7171
napoleon_google_docstring = False
7272
napoleon_numpy_docstring = True

0 commit comments

Comments
 (0)