mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
12 lines
305 B
Diff
12 lines
305 B
Diff
--- a/docs/conf.py
|
|
+++ b/docs/conf.py
|
|
@@ -32,7 +32,7 @@
|
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
|
# ones.
|
|
extensions = [
|
|
- 'sphinx.ext.mathjax'
|
|
+ 'sphinx.ext.mathjax', 'sphinx.ext.autodoc'
|
|
]
|
|
|
|
# Add any paths that contain templates here, relative to this directory.
|