We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5553b commit 9278be7Copy full SHA for 9278be7
docs/_static/switcher.json
@@ -5,10 +5,15 @@
5
"url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/"
6
},
7
{
8
- "name": "0.9.0 (stable)",
+ "name": "0.10.0 (stable)",
9
"version": "stable",
10
"url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/"
11
12
+ {
13
+ "name": "0.9.0",
14
+ "version": "v0.9.0",
15
+ "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.9.0/"
16
+ },
17
18
"name": "0.8.1",
19
"version": "v0.8.1",
src/pydata_sphinx_theme/__init__.py
@@ -18,7 +18,7 @@
from .bootstrap_html_translator import BootstrapHTML5Translator
20
21
-__version__ = "0.10.0rc2"
+__version__ = "0.10.0"
22
23
logger = logging.getLogger(__name__)
24
0 commit comments