Skip to content

Commit

Permalink
update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt committed Jun 10, 2019
1 parent 15ae9f9 commit 37de586
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.napoleon', 'readthedocs_ext.readthedocs']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.napoleon']

# `__init__`のdocstringを出力する
napoleon_include_init_with_doc = True
master_doc = 'index'

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 37de586

Please sign in to comment.