Skip to content

Commit 23d9937

Browse files
committed
Update read the docs build file
Fix readthedocs formating Change readthedocs version. Update doc requirements.
1 parent 4a0e4cb commit 23d9937

File tree

2 files changed

+38
-35
lines changed

2 files changed

+38
-35
lines changed

.readthedocs.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ version: 2
77
sphinx:
88
builder: html
99

10+
build:
11+
os: ubuntu-22.04
12+
tools:
13+
python: "3.8"
14+
1015
python:
11-
version: 3.8
1216
install:
1317
- requirements: doc_requirements.txt
1418

1519
formats:
1620
- epub
17-
- pdf
18-
21+
- pdf

doc_requirements.txt

+32-32
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
pep8==1.7.0,<2.0.0
2-
flake8>=1.5.0,<4.0.0
3-
pylint>=1.5.4,<3.0.0
4-
numpydoc>=0.6.0,<1.0.0
5-
jupyter>=1.0.0,<2.0.0
1+
pep8
2+
flake8
3+
pylint
4+
numpydoc
5+
jupyter
66
# from here on, this file should contain a subset of the packages specified in requirements.txt
77
# some packages are excluded because they can't be installed on readthedocs
88
# these ought to be mocked out in doc_template/conf.py so that docs are generated for allensdk modules that import
99
# those packages
1010
# known examples: tables
11-
psycopg2-binary>=2.7,<3.0.0
12-
h5py>=2.8,<3.0.0
13-
matplotlib>=1.4.3,<4.0.0
14-
numpy>=1.15.4,<1.19.0
15-
pandas>=0.25.1,<=0.25.3
16-
jinja2>=2.7.3,<2.12.0
17-
scipy>=0.15.1,<2.0.0
18-
six>=1.9.0,<2.0.0
19-
pynrrd>=0.2.1,<1.0.0
20-
future >= 0.14.3,<1.0.0
21-
requests<3.0.0
22-
requests-toolbelt<1.0.0
23-
simplejson>=3.10.0,<4.0.0
24-
scikit-image>=0.14.0,<0.17.0
25-
scikit-build<1.0.0
26-
statsmodels==0.9.0
27-
simpleitk>=2.0.2,<3.0.0
28-
argschema>=3.0.1,<4.0.0
29-
glymur==0.8.19
30-
xarray<0.16.0
31-
hdmf==1.0.2
32-
pynwb==1.0.2
33-
seaborn<1.0.0
34-
aiohttp==3.7.4
35-
nest_asyncio==1.2.0
36-
docutils<0.18
37-
markupsafe==2.0.1
11+
psycopg2-binary
12+
h5py
13+
matplotlib
14+
numpy<1.24
15+
pandas==1.5.3
16+
jinja2
17+
scipy<1.11
18+
six
19+
pynrrd
20+
future
21+
requests
22+
requests-toolbelt
23+
simplejson
24+
scikit-image
25+
scikit-build
26+
statsmodels
27+
simpleitk
28+
argschema
29+
glymur
30+
xarray<2023.2.0
31+
hdmf!=3.5.*,!=3.6.*,!=3.7.*,!=3.8.*
32+
pynwb
33+
seaborn
34+
aiohttp
35+
nest_asyncio
36+
docutils
37+
markupsafe

0 commit comments

Comments
 (0)