Skip to content

Commit be723bd

Browse files
let's try this if it sorts out the build time
1 parent bb62120 commit be723bd

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ version: 2
22

33
submodules:
44
include:
5-
- docs/notebooks
65
- docs/faq
76
recursive: true
87

98
build:
10-
os: "ubuntu-20.04"
9+
os: "ubuntu-22.04"
1110
tools:
12-
python: "3.10"
11+
python: "3.11"
1312
sphinx:
1413
fail_on_warning: false
1514
configuration: docs/conf.py

docs/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"IPython.sphinxext.ipython_console_highlighting",
9494
"nbsphinx", # Integrate Jupyter Notebooks and Sphinx
9595
"notfound.extension",
96+
"multiproject",
9697
"myst_parser",
9798
# "sphinxcontrib.divparams", # TODO FIX
9899
"sphinx.ext.autodoc", # Core Sphinx library for auto html doc generation from docstrings
@@ -190,6 +191,12 @@
190191
mathjax3_config = {
191192
"tex": {"tags": "ams", "useLabelIds": True},
192193
}
194+
multiproject_projects = {
195+
"notebooks": {
196+
"path": "notebooks/docs/"
197+
},
198+
}
199+
193200
myst_enable_extensions = [
194201
"amsmath",
195202
"dollarmath",

docs/faq

Submodule faq updated 31 files

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ dev = [
122122
'dill',
123123
'divparams',
124124
'flax',
125-
'gdspy',
125+
# 'gdspy',
126126
'gdstk',
127127
'grcwa',
128128
'ipython',

0 commit comments

Comments
 (0)