Skip to content

Commit 0fc8a71

Browse files
committed
fix conf.py
1 parent 0d4c2d3 commit 0fc8a71

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
# The full version, including alpha/beta/rc tags
2626
release = __version__
2727

28-
28+
master_doc = "index"
29+
source_suffix = ['.rst', '.md']
2930
# -- General configuration ---------------------------------------------------
3031

3132
# Add any Sphinx extension module names here, as strings. They can be
@@ -36,7 +37,7 @@
3637
"myst_parser",
3738
'sphinx.ext.autodoc',
3839
'sphinx.ext.inheritance_diagram',
39-
'autoapi.sphinx',
40+
'autoapi.extension',
4041
]
4142

4243
extensions.append('sphinx.ext.intersphinx')
@@ -46,7 +47,7 @@
4647
'python': ('https://docs.python.org/3/', None),
4748
}
4849

49-
autoapi_modules = {'pyglider': None}
50+
autoapi_dirs = ['../pyglider']
5051

5152
# Add any paths that contain templates here, relative to this directory.
5253
templates_path = ['_templates']

0 commit comments

Comments
 (0)