Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: ecd48bd
_commit: 010229d
_src_path: https://github.com/pyfar/template-pyfar-package
apt_packages: libsndfile1,
author: The pyfar developers
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ docs/_static/js/custom.js
docs/resources/logos/pyfar_logos_fixed_size_pyfar.png
docs/resources/logos/pyfar_logos_fixed_size_spharpy.png

# custom
License :: OSI Approved :: MIT License
# custom
tests/test_plot_data/output/

1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
'sphinx_favicon',
'sphinx_reredirects',
'sphinx_mdinclude',
'sphinx_copybutton',
]

# show tocs for classes and functions of modules using the autodocsumm
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ docs = [
"sphinx-design",
"sphinx-favicon",
"sphinx-reredirects",
"sphinx-copybutton",
]
dev = ["spharpy[deploy,tests,docs]"]

Expand Down