Skip to content

Commit

Permalink
fix conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VeckoTheGecko committed Dec 17, 2024
1 parent da45295 commit ad9aae9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
# The full version, including alpha/beta/rc tags
release = __version__


master_doc = 'index'
source_suffix = ['.rst', '.md']
# -- General configuration ---------------------------------------------------

# Add any Sphinx extension module names here, as strings. They can be
Expand All @@ -36,7 +37,7 @@
'myst_parser',
'sphinx.ext.autodoc',
'sphinx.ext.inheritance_diagram',
'autoapi.sphinx',
'autoapi.extension',
]

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

autoapi_modules = {'pyglider': None}
autoapi_dirs = ['../pyglider']

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

0 comments on commit ad9aae9

Please sign in to comment.