Skip to content

Commit dbc422c

Browse files
authored
Merge pull request #177 from astrojuanlu/fix-rtd
Fix RTD
2 parents cc87dfc + cdd70be commit dbc422c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.readthedocs.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
apt_packages:
6+
- graphviz
7+
tools:
8+
python: "3.8"
9+
10+
sphinx:
11+
configuration: docs/source/conf.py
12+
13+
python:
14+
install:
15+
- method: pip
16+
path: .
17+
- requirements: docs/requirements.txt

docs/requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
mistune
22
jsonschema
33
ipython
4+
sphinx<4
5+
jinja2<3
6+
markupsafe<2

0 commit comments

Comments
 (0)