Skip to content

Commit

Permalink
Blackified conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalouf committed Jun 13, 2022
1 parent 38125dd commit bb2d16f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions web/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@
"sphinx.ext.coverage",
"sphinx.ext.imgmath",
"sphinx.ext.viewcode",
"sphinxcontrib.apidoc"
"sphinxcontrib.apidoc",
]

apidoc_module_dir = '../nltk'
apidoc_output_dir = 'api'
apidoc_module_dir = "../nltk"
apidoc_output_dir = "api"
apidoc_separate_modules = True
apidoc_extra_args = ['--templatedir=_templates','--force']
apidoc_excluded_paths = ['test']
apidoc_extra_args = ["--templatedir=_templates", "--force"]
apidoc_excluded_paths = ["test"]


def generate_custom_files():
"""Generating contents in the ``howto`` folder,
Expand Down

0 comments on commit bb2d16f

Please sign in to comment.