Fix!
This commit is contained in:
parent
3c3047b548
commit
5977f472c7
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ source_suffix = {
|
||||||
# Autodoc má ignorovat některé moduly
|
# Autodoc má ignorovat některé moduly
|
||||||
# Ref: https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#event-autodoc-skip-member
|
# Ref: https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#event-autodoc-skip-member
|
||||||
# Kudos: https://stackoverflow.com/a/21449475/
|
# Kudos: https://stackoverflow.com/a/21449475/
|
||||||
def ignorovat(app, what, name. obj, skip, options):
|
def ignorovat(app, what, name, obj, skip, options):
|
||||||
blacklist = (
|
blacklist = (
|
||||||
# typ (what), name
|
# typ (what), name
|
||||||
('module', 'settings.mamweb_prod'),
|
('module', 'settings.mamweb_prod'),
|
||||||
|
|
Loading…
Reference in a new issue