diff --git a/docs/conf.py b/docs/conf.py index c31db76e..cbe498f4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 = { diff --git a/setup.cfg b/setup.cfg index dfc1ec1c..5da7f99f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,7 +54,7 @@ numba_extensions = init = vector:register_numba [tool:pytest] -addopts = -vv -rs -Wd +addopts = -ra testpaths = tests markers =