mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-21 10:10:02 +02:00
docs: updated sphinx conf file to deal with md files; added copy button
This commit is contained in:
parent
21d371a80b
commit
7f48ce6aa1
@ -36,12 +36,14 @@ extensions = [
|
||||
# "sphinx.ext.coverage",
|
||||
"sphinx.ext.napoleon",
|
||||
"sphinx_toolbox.collapse",
|
||||
"sphinx_copybutton",
|
||||
"myst_parser",
|
||||
]
|
||||
|
||||
autosummary_generate = True # Turn on sphinx.ext.autosummary
|
||||
# add_module_names = True # Remove namespaces from class/method signatures
|
||||
# autodoc_inherit_docstrings = True # If no docstring, inherit from base class
|
||||
# set_type_checking_flag = True # Enable 'expensive' imports for sphinx_autodoc_typehints
|
||||
add_module_names = False # Remove namespaces from class/method signatures
|
||||
autodoc_inherit_docstrings = True # If no docstring, inherit from base class
|
||||
set_type_checking_flag = True # Enable 'expensive' imports for sphinx_autodoc_typehints
|
||||
autoclass_content = "both" # Include both class docstring and __init__
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
@ -3,4 +3,6 @@ sphinx_copybutton
|
||||
recommonmark
|
||||
sphinx-toolbox
|
||||
sphinx_rtd_theme
|
||||
sphinx-copybutton
|
||||
myst-parser
|
||||
bec_server
|
||||
|
Loading…
x
Reference in New Issue
Block a user