We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6489f3b commit 5d52d4eCopy full SHA for 5d52d4e
docs/_static/switcher.json
@@ -5,10 +5,15 @@
5
"url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/"
6
},
7
{
8
- "name": "0.10.1 (stable)",
+ "name": "0.11.0 (stable)",
9
"version": "stable",
10
"url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/"
11
12
+ {
13
+ "name": "0.10.1",
14
+ "version": "v0.10.1",
15
+ "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.10.1/"
16
+ },
17
18
"name": "0.10.0",
19
"version": "v0.10.0",
src/pydata_sphinx_theme/__init__.py
@@ -24,7 +24,7 @@
24
25
from .bootstrap_html_translator import BootstrapHTML5Translator
26
27
-__version__ = "0.11.0rc4.dev0"
+__version__ = "0.11.0"
28
29
logger = logging.getLogger(__name__)
30
0 commit comments