Skip to content

Commit 5eb9c87

Browse files
authored
Create .readthedocs.yml (#29)
* Create .readthedocs.yml * Adding sphinx requirements.txt * do not install as package * requirements path * Update .readthedocs.yml
1 parent 9d4d842 commit 5eb9c87

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.readthedocs.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
jupyter-book
22
matplotlib
33
numpy
4+
sphinx-inline-tabs
5+
sphinx-examples
6+
sphinx-proof
7+
sphinx-hoverxref

0 commit comments

Comments
 (0)