Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Fix RTD #161

Merged
merged 2 commits into from
Sep 26, 2024
Merged
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,6 +1,6 @@
# Changes here will be overwritten by Copier

_commit: 0.1.61
_commit: 0.1.63
_src_path: [email protected]:neuromath/python-template.git
author_email: ''
author_name: Blue Brain Project, EPFL
Expand Down
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ disable=
len-as-condition,
no-else-return,
too-many-arguments,
too-many-return-statements,
too-many-branches,
too-many-positional-arguments,
too-many-return-statements,
too-many-statements

[FORMAT]
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ channels:
- defaults
- conda-forge
dependencies:
- python=3.8
- python=3.12
- graphviz
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"morph_tool>=2.11.1,<3.0",
"pytest>=7",
"pytest-console-scripts>=1.4",
"pytest-cov>=3",
"pytest-html>=2",
"pytest-cov>=4.1",
"pytest-html>=3.2",
"pytest-xdist>=2",
]

Expand Down