We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4d842 commit 5eb9c87Copy full SHA for 5eb9c87
.readthedocs.yml
@@ -0,0 +1,18 @@
1
+version: 2
2
+
3
+build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: "3.11"
7
+ jobs:
8
+ pre_build:
9
+ # Generate the Sphinx configuration for this Jupyter Book so it builds.
10
+ - "jupyter-book config sphinx docs/"
11
12
+python:
13
+ install:
14
+ - requirements: docs/requirements.txt
15
16
+sphinx:
17
+ builder: html
18
+ fail_on_warning: false
docs/requirements.txt
@@ -1,3 +1,7 @@
jupyter-book
matplotlib
numpy
+sphinx-inline-tabs
+sphinx-examples
+sphinx-proof
+sphinx-hoverxref
0 commit comments