Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.io.stream
Commits
c3683d38
Commit
c3683d38
authored
Aug 30, 2020
by
David GEISSBUHLER
Browse files
test 2 fix sphinx warning
parent
b42777f6
Pipeline
#42318
passed with stage
in 5 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
c3683d38
...
...
@@ -27,11 +27,10 @@ extensions = [
]
# Be picky about warnings
nitpicky
=
Tru
e
nitpicky
=
Fals
e
# Ignores stuff we can't easily resolve on other project's sphinx manuals
#nitpick_ignore = []
nitpick_ignore
=
[(
'py:class'
,
'type'
)]
nitpick_ignore
=
[]
# Allows the user to override warnings from a separate file
if
os
.
path
.
exists
(
'nitpick-exceptions.txt'
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment