We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6949e81 + 62d27ee commit 3bac5d5Copy full SHA for 3bac5d5
3 files changed
.readthedocs.yaml
@@ -1,7 +1,16 @@
1
version: 2
2
3
+sphinx:
4
+ configuration: docs/source/conf.py
5
+
6
build:
7
os: ubuntu-22.04
- docs_dir: docs
- builder: html # Use the 'sphinx' builder (default for 'make html')
8
+ tools:
9
+ python: "3.11"
10
11
+python:
12
+ install:
13
+ - method: pip
14
+ path: .
15
+ extra_requirements:
16
+ - docs
docs/source/utils/_pi_cruise_control.rst
pyproject.toml
@@ -46,6 +46,10 @@ dev = [
46
"cvxpy",
47
"Mosek"
48
]
49
+docs = [
50
+ "sphinx",
51
+ "sphinx_rtd_theme"
52
+]
53
54
[tool.setuptools_scm]
55
write_to = "pynumdiff/_version.py"
0 commit comments