Skip to content

Commit

Permalink
updated docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed May 28, 2021
1 parent 219b5dc commit ab93c8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
"m2r",
"m2r2",
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
"sphinx_click.ext",
"sphinxcontrib.bibtex",
]

bibtex_bibfiles = ["references.bib"]
napoleon_numpy_dostring = True

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ To install use pip:
References
----------

.. bibliography:: references.bib
.. bibliography::
:all:
:style: plain
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- coveralls
- isort
- flake8
- m2r
- m2r2
- pydocstyle
- pytest
- sphinx
Expand Down

0 comments on commit ab93c8f

Please sign in to comment.