Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit c04238c

Browse files
committed
Update dependencies and docs building
1 parent e375975 commit c04238c

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22

33
python:
4-
version: 3
4+
version: "3.8"
55
install:
66
- method: pip
77
path: .

docs/requirements.txt

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
# Sphinx 3.5.x includes a feature to only include the JS and CSS on the pages
2-
# that they are used. This conflicts when we render content that uses MathJax,
3-
# since the page that shows the tooltip does not has MathJax loaded, but the
4-
# content rendered inside the tooltip requires it to work.
5-
# https://github.com/sphinx-doc/sphinx/pull/8631
6-
sphinx==3.4.3 # pyup: <3.5
7-
1+
sphinx==4.2.0
82
sphinx-autoapi==1.8.4
9-
sphinx-rtd-theme==0.5.2
3+
sphinx-rtd-theme==1.0.0
104
sphinx-tabs==3.2.0
115
sphinx-prompt==1.4.0
126
sphinx-version-warning==1.1.2

0 commit comments

Comments
 (0)