Skip to content

Commit

Permalink
Merge pull request #689 from camptocamp/doc_fix_napoleon
Browse files Browse the repository at this point in the history
Doc fix napoleon
  • Loading branch information
jwkaltz authored Oct 29, 2018
2 parents 706bb1c + f493f52 commit 8294c51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ install: $(PYTHON_VENV)
touch $@

$(SPHINXBUILD): .venv/requirements-timestamp
$(VENV_BIN)pip$(PYTHON_BIN_POSTFIX) install "Sphinx<1.8" sphinxcontrib-napoleon sphinx_rtd_theme
$(VENV_BIN)pip$(PYTHON_BIN_POSTFIX) install "Sphinx<1.8" sphinx_rtd_theme

.PHONY: doc
doc: $(SPHINXBUILD)
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
'sphinx.ext.autodoc',
'sphinxcontrib.napoleon',
'sphinx.ext.napoleon',
]

with open('core/readers.rst', 'w') as readers:
Expand Down
2 changes: 1 addition & 1 deletion doc/source/contrib/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Code Documentation
Some parts of the documentation are built directly from the code.
The documentation is built using `Sphinx <http://sphinx-doc.org/>`__, so the code documentation uses
`Google style docstrings
<http://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html>`__.
<http://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html>`__.

Contributing to the Code
========================
Expand Down

0 comments on commit 8294c51

Please sign in to comment.