Skip to content

Commit

Permalink
docs: include version (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Apr 9, 2021
1 parent fd7f3ae commit f63fa13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
html_baseurl = "https://vector.readthedocs.io/en/latest/"

html_logo = "_images/vector-logo.png"
html_title = "Vector docs"
html_title = f"Vector {version}"


html_theme_options = {
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ numba_extensions =
init = vector:register_numba

[tool:pytest]
addopts = -vv -rs -Wd
addopts = -ra
testpaths =
tests
markers =
Expand Down

0 comments on commit f63fa13

Please sign in to comment.