File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 63
63
intersphinx_mapping = {
64
64
"python" : ("https://docs.python.org/3" , None ),
65
65
"crc" : ("https://nicoretti.github.io/crc/" , None ),
66
+ "fastcrc" : ("https://fastcrc.readthedocs.io/en/latest/" , None ),
66
67
}
67
68
68
69
# -- Options for HTML output -------------------------------------------------
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The steps shown here are for Ubuntu/MacOS.
11
11
2 . Bump version inside the ` pyproject.toml ` file.
12
12
3 . Update ` CHANGELOG.md ` : Convert ` unreleased ` section into version section
13
13
with date and new ` unreleased ` section.
14
- 4 . Run tests with ` pytest . `
14
+ 4 . Run tests with ` pytest `
15
15
5 . Run auto-formatter with ` ruff format . `
16
16
6 . Run linter with ` ruff check . `
17
17
7 . Wait for CI/CD results. This also runs the tests on different operating systems
You can’t perform that action at this time.
0 commit comments