diff --git a/docs/source/_static/switcher.json b/docs/source/_static/switcher.json deleted file mode 100644 index 4efc27bc..00000000 --- a/docs/source/_static/switcher.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "name": "dev", - "version": "dev", - "url": "https://rateslib.readthedocs.io/en/latest/" - }, - { - "name": "0.1.x", - "version": "0.1.x", - "url": "https://rateslib.readthedocs.io/en/0.1.x/" - }, - { - "name": "0.2.x", - "version": "0.2.x", - "url": "https://rateslib.readthedocs.io/en/0.2.x/" - }, - { - "name": "0.3.x", - "version": "0.3.x", - "url": "https://rateslib.readthedocs.io/en/0.3.x/" - }, - { - "name": "0.4.x", - "version": "0.4.x", - "url": "https://rateslib.readthedocs.io/en/0.4.x/" - }, - { - "name": "stable", - "version": "0.5.x", - "url": "https://rateslib.readthedocs.io/en/stable/" - } -] \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 36832077..5693ff22 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ project = 'RatesLib' copyright = '2022, JHM Darbyshire' author = 'JHM Darbyshire' -release = 'dev' +release = '0.5.x' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration