Skip to content

Commit 54c3b15

Browse files
Merge branch 'main' into pyproject.toml-update
2 parents c41fae7 + 7d437d2 commit 54c3b15

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Learn more about echopype in the official documentation at https://echopype.read
5757

5858
## Contributing
5959

60-
You can find information about how to contribute to echopype at our [Contributing Page](https://echopype.readthedocs.io/en/latest/contributing.html).
60+
You can find information about how to contribute to echopype at our [Contributing Page](https://echopype.readthedocs.io/en/latest/contrib_start.html#contributing-to-echopype).
6161

6262
<!-- ## <img src="docs/source/images/GSoC-logo-horizontal.svg" alt="Google Summer of Code logo" width="300" style="padding-right: 50px; vertical-align: middle">
6363

docs/source/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
execution_excludepatterns = []
1212
execution_in_temp = False
1313
execution_timeout = -1
14-
extensions = ['sphinx_togglebutton', 'sphinx_copybutton', 'myst_nb', 'sphinx_thebe', 'sphinx_comments', 'sphinx_external_toc', 'sphinx.ext.intersphinx', 'sphinx_panels', 'sphinx_book_theme', 'sphinx_automodapi.automodapi', 'numpydoc', 'sphinx.ext.mathjax', 'sphinx.ext.ifconfig', 'sphinx.ext.githubpages', 'sphinxcontrib.mermaid', 'sphinx_jupyterbook_latex', "sphinx_inline_tabs"] # noqa: E501
14+
extensions = ['sphinx_togglebutton', 'sphinx_copybutton', 'myst_nb', 'sphinx_thebe', 'sphinx_comments', 'sphinx_external_toc', 'sphinx.ext.intersphinx', 'sphinx_panels', 'sphinx_book_theme', 'sphinx_automodapi.automodapi', 'numpydoc', 'sphinx.ext.mathjax', 'sphinx.ext.ifconfig', 'sphinx.ext.githubpages', 'sphinxcontrib.mermaid', 'sphinx_jupyterbook_latex', 'sphinx_inline_tabs', 'sphinxcontrib.bibtex'] # noqa: E501
1515
external_toc_exclude_missing = False
1616
external_toc_path = '_toc.yml'
1717
html_baseurl = ''
@@ -35,3 +35,6 @@
3535
suppress_warnings = ['myst.domains']
3636
use_jupyterbook_latex = True
3737
use_multitoc_numbering = True
38+
bibtex_bibfiles = ['references.bib']
39+
bibtex_reference_style = 'author_year'
40+
bibtex_default_style = 'alpha'

docs/source/references.bib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ @article{Ainslie1998
3535
issn = {0001-4966},
3636
doi = {10.1121/1.421258},
3737
number = {3},
38+
year = {1998},
3839
journal = {The Journal of the Acoustical Society of America},
3940
author = {Ainslie, Michael A. and McColm, James G.},
4041
note = {Publisher: Acoustical Society of America},

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ docs = [
9292
"sphinx-panels",
9393
"sphinx-thebe",
9494
"sphinx-togglebutton",
95+
"sphinxcontrib-bibtex",
9596
"sphinxcontrib-mermaid",
9697
"sphinx-inline-tabs",
9798
]

0 commit comments

Comments
 (0)