Skip to content

Commit

Permalink
readthedocに登録
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt committed Jun 10, 2019
1 parent c805e00 commit 15ae9f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/Makefile
configuration: docs/conf.py

# Build documentation with MkDocs
#mkdocs:
Expand Down
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
# 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',
]
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.napoleon', 'readthedocs_ext.readthedocs']

# `__init__`のdocstringを出力する
napoleon_include_init_with_doc = True
Expand Down

0 comments on commit 15ae9f9

Please sign in to comment.