Skip to content

Commit 04b30ed

Browse files
authored
Merge pull request #454 from zoccoler/versioned_docs
Versioned docs
2 parents 9f74858 + 354c5aa commit 04b30ed

File tree

4 files changed

+29
-60
lines changed

4 files changed

+29
-60
lines changed

.github/workflows/build_book.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.readthedocs.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
version: 2
2+
3+
# Set the version of Python and other tools you might need
4+
build:
5+
os: ubuntu-22.04
6+
tools:
7+
python: "3.13"
8+
jobs:
9+
pre_build:
10+
# Generate on-the-fly Sphinx configuration from Jupyter Book's _config.yml
11+
- "jupyter-book config sphinx docs/"
12+
13+
sphinx:
14+
configuration: docs/conf.py
15+
16+
python:
17+
install:
18+
- requirements: docs/requirements.txt
19+
- method: pip
20+
path: .
21+
22+
formats:
23+
- pdf
24+
- epub

docs/references.bib

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

docs/requirements.txt

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

0 commit comments

Comments
 (0)