We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33684d4 commit daad225Copy full SHA for daad225
docs/_static/switcher.json
@@ -4,6 +4,11 @@
4
"version": "latest",
5
"url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/"
6
},
7
+ {
8
+ "name": "0.9.0rc1 (prerelease)",
9
+ "version": "stable",
10
+ "url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/"
11
+ },
12
{
13
"name": "0.8.1 (stable)",
14
"version": "stable",
src/pydata_sphinx_theme/__init__.py
@@ -15,7 +15,7 @@
15
16
from .bootstrap_html_translator import BootstrapHTML5Translator
17
18
-__version__ = "0.9rc1.dev0"
+__version__ = "0.9.0rc1"
19
20
logger = logging.getLogger(__name__)
21
0 commit comments