Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.backend.python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
beat
beat.backend.python
Commits
9d210f4d
There was an error fetching the commit references. Please try again later.
Commit
9d210f4d
authored
4 years ago
by
Samuel GAIST
Browse files
Options
Downloads
Patches
Plain Diff
[doc][conf] Pre-commit cleanup
parent
4f3bf291
No related branches found
No related tags found
1 merge request
!82
Add pyproject.toml
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/conf.py
+9
-8
9 additions, 8 deletions
doc/conf.py
with
9 additions
and
8 deletions
doc/conf.py
+
9
−
8
View file @
9d210f4d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment