Skip to content

Commit 39c6eb5

Browse files
committed
Fix RTD dependencies, maybe
1 parent 3f6ecd7 commit 39c6eb5

File tree

2 files changed

+45
-5
lines changed

2 files changed

+45
-5
lines changed

.readthedocs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
sphinx:
4+
configuration: conf.py
5+
6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
python: "3.10"
10+
11+
python:
12+
install:
13+
- requirements: requirements.txt

requirements.txt

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
1-
sphinx>=5
1+
alabaster==0.7.13
2+
Babel==2.11.0
3+
certifi==2022.12.7
4+
charset-normalizer==3.0.1
5+
docutils==0.18.1
6+
idna==3.4
7+
imagesize==1.4.1
8+
Jinja2==3.1.2
9+
MarkupSafe==2.1.2
10+
packaging==23.0
11+
Pygments==2.14.0
12+
pytz==2022.7.1
13+
requests==2.28.2
14+
robotpy-sphinx-plugin==0.1.6
15+
setuptools-scm==7.1.0
16+
snowballstemmer==2.2.0
17+
Sphinx==5.3.0
18+
sphinx-automodapi==0.14.1
19+
sphinx-reredirects==0.1.1
220
sphinx-rtd-theme==1.2.0rc1
3-
sphinx-reredirects
4-
robotpy-sphinx-plugin
5-
sphinx-inline-tabs
6-
sphinxext-opengraph
21+
sphinx_autodoc_typehints==1.21.7
22+
sphinx_inline_tabs==2022.1.2b11
23+
sphinxcontrib-devhelp==1.0.2
24+
sphinxcontrib-htmlhelp==2.0.0
25+
sphinxcontrib-jsmath==1.0.1
26+
sphinxcontrib-qthelp==1.0.3
27+
sphinxcontrib-serializinghtml==1.1.5
28+
sphinxcontrib.applehelp==1.0.3
29+
sphinxext-opengraph==0.7.5
30+
toml==0.10.2
31+
tomli==2.0.1
32+
typing_extensions==4.4.0
33+
urllib3==1.26.14

0 commit comments

Comments
 (0)