We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4c2d3 commit 0fc8a71Copy full SHA for 0fc8a71
1 file changed
docs/conf.py
@@ -25,7 +25,8 @@
25
# The full version, including alpha/beta/rc tags
26
release = __version__
27
28
-
+master_doc = "index"
29
+source_suffix = ['.rst', '.md']
30
# -- General configuration ---------------------------------------------------
31
32
# Add any Sphinx extension module names here, as strings. They can be
@@ -36,7 +37,7 @@
36
37
"myst_parser",
38
'sphinx.ext.autodoc',
39
'sphinx.ext.inheritance_diagram',
- 'autoapi.sphinx',
40
+ 'autoapi.extension',
41
]
42
43
extensions.append('sphinx.ext.intersphinx')
@@ -46,7 +47,7 @@
46
47
'python': ('https://docs.python.org/3/', None),
48
}
49
-autoapi_modules = {'pyglider': None}
50
+autoapi_dirs = ['../pyglider']
51
52
# Add any paths that contain templates here, relative to this directory.
53
templates_path = ['_templates']
0 commit comments