Skip to content

Commit 51ead81

Browse files
authored
fix broken version selector in docs (#2883)
* apply known jquery issue from sphinx_rtd_theme v1.2 and remove unneeded rtd config
1 parent f551571 commit 51ead81

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.readthedocs.yml

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
version: 2
22

3-
build:
4-
image: latest
5-
63
python:
7-
version: 3.8
84
install:
95
- requirements: requirements-docs.txt

docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"sphinx.ext.autodoc",
3838
"sphinx.ext.doctest",
3939
"sphinx.ext.intersphinx",
40+
"sphinx_rtd_theme",
4041
]
4142

4243
# Add any paths that contain templates here, relative to this directory.

newsfragments/2883.bugfix.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix readthedocs broken version selector

0 commit comments

Comments
 (0)