This commit is contained in:
Steffen Illium
2023-12-12 08:51:44 +01:00
parent 5096971a43
commit 06e176cfd5
5 changed files with 12 additions and 17 deletions

View File

@ -5,4 +5,10 @@ Code
:recursive:
:toctree: generated
marl_factory_grid
marl_factory_grid
.. toctree::
:maxdepth: 1
:glob:
generated/*

View File

@ -23,13 +23,16 @@ extensions = ['myst_parser',
]
templates_path = ['_templates']
exclude_patterns = ['marl_factory_grid.utils.proto']
exclude_patterns = ['marl_factory_grid.utils.proto', 'marl_factory_grid.utils.proto.fiksProto_pb2*']
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here.
from pathlib import Path
import sys
sys.path.insert(0, (Path(__file__).parents[2]).resolve().as_posix())
import sphinx_pdj_theme
html_theme = 'sphinx_pdj_theme'
html_theme_path = [sphinx_pdj_theme.get_html_theme_path()]
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

View File

@ -15,8 +15,6 @@ Welcome to marl-factory-grid's documentation!
modifications
code
.. autosummary::
:toctree: generated
.. note::
This project is under active development.