We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc87dfc + cdd70be commit dbc422cCopy full SHA for dbc422c
.readthedocs.yaml
@@ -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
@@ -1,3 +1,6 @@
mistune
jsonschema
ipython
+sphinx<4
+jinja2<3
+markupsafe<2
0 commit comments