Skip to content

Commit 3bac5d5

Browse files
committed
Merge branch 'master' of github.com:florisvb/PyNumDiff into hack-the-optimizer-more
2 parents 6949e81 + 62d27ee commit 3bac5d5

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

.readthedocs.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
version: 2
22

3+
sphinx:
4+
configuration: docs/source/conf.py
5+
36
build:
47
os: ubuntu-22.04
5-
docs_dir: docs
6-
builder: html # Use the 'sphinx' builder (default for 'make html')
8+
tools:
9+
python: "3.11"
710

11+
python:
12+
install:
13+
- method: pip
14+
path: .
15+
extra_requirements:
16+
- docs

docs/source/utils/_pi_cruise_control.rst

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

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ dev = [
4646
"cvxpy",
4747
"Mosek"
4848
]
49+
docs = [
50+
"sphinx",
51+
"sphinx_rtd_theme"
52+
]
4953

5054
[tool.setuptools_scm]
5155
write_to = "pynumdiff/_version.py"

0 commit comments

Comments
 (0)