diff --git a/docs/conf.py b/docs/conf.py index 4c8fb3b..b717208 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,7 +8,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '2.6' +release = '2.7.1' # The master toctree document. master_doc = 'index' @@ -18,6 +18,6 @@ html_static_path = ['_static'] def setup(app): - app.add_stylesheet('css/custom.css?v20230126') + app.add_stylesheet('css/custom.css?v20240214')