Skip to content
Snippets Groups Projects
Commit 9d210f4d authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[doc][conf] Pre-commit cleanup

parent 4f3bf291
No related branches found
No related tags found
1 merge request!82Add pyproject.toml
......@@ -6,14 +6,15 @@ import time
import pkg_resources
# For inter-documentation mapping:
from bob.extension.utils import link_documentation
from bob.extension.utils import load_requirements
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
import sphinx_rtd_theme
# For inter-documentation mapping:
from bob.extension.utils import link_documentation
from bob.extension.utils import load_requirements
# -- General configuration -----------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
......@@ -229,10 +230,10 @@ rst_epilog = """
autoclass_content = "class"
autodoc_member_order = "bysource"
autodoc_default_options = {
"members": True,
"undoc-members": True,
"show-inheritance": True,
}
"members": True,
"undoc-members": True,
"show-inheritance": True,
}
if "BOB_DOCUMENTATION_SERVER" not in os.environ:
# notice we need to overwrite this for BEAT projects - defaults from Bob are
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment